Html Css Color HEX #CA1244 Cardinal

📋 copy color: '#CA1244'

red 202 ◦ green 18 ◦ blue 68

#CA1244
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CA1244

Tints of Cardinal #CA1244

RGB

 RED value IS 202 (79.3% from 255) = 70.14%

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 68 (26.95% from 255) = 23.61%

R = 70.14%
G = 6.25%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA1244 (or 0xCA1244) is known color: Cardinal. HEX triplet: CA, 12 and 44. RGB value is (202,18,68). Sum of RGB (Red+Green+Blue) = 202+18+68=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1244 is #35EDBB. Grayscale: #4E4E4E. Windows color (decimal): -3534268 or 4461258. OLE color: 4461258.

HSL color Cylindrical-coordinate representation of color #CA1244: hue angle of 343.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1244 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 68 -
CMYK 0 0.91 0.66 0.21
HSL 343.7º 0.84% 0.43% -
HSV(B) 343.7º 0.91% 0.79% -
XYZ 25.62 13.41 6.71 -
YUV 78.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 202 18 68 0 0.91 0.66 0.21 343.7 0.84 0.43
Hex CA 12 44 0 5B 42 15 158 54 2B
Octal 312 22 104 0 133 102 25 530 124 53
Binary 11001010 10010 1000100 0 1011011 1000010 10101 101011000 1010100 101011

Color Harmonies of #CA1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1244

Black with #CA1244

Text Example


Text Example

White with #CA1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1244; }

 p { color: rgb(202,18,68); }

 H1.HeaderClassName
 {
   color: #CA1244;
 }
 .AnyTagClassName
 {
   color: #CA1244;
 }
</style>

background-color css

<style>
 a { background-color: #CA1244; }

 a { background-color: rgb(202,18,68); }

 div.DivClassName
 {
   background-color: #CA1244;
 }
 .BgClassName
 {
   background-color: #CA1244;
 }
</style>

border-color css

<style>
 span { border-color: #CA1244; }

 span { border-color: rgb(202,18,68); }

 td.TdClassName
 {
   border-color: #CA1244;
 }
 .TagClassName
 {
   border-color: #CA1244;
 }
</style>