Html Css Color HEX #CA1439 Cardinal

📋 copy color: '#CA1439'

red 202 ◦ green 20 ◦ blue 57

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

Shades of Cardinal #CA1439

Tints of Cardinal #CA1439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 72.4%
G = 7.17%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA1439 (or 0xCA1439) is known color: Cardinal. HEX triplet: CA, 14 and 39. RGB value is (202,20,57). Sum of RGB (Red+Green+Blue) = 202+20+57=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1439 is #35EBC6. Grayscale: #4E4E4E. Windows color (decimal): -3533767 or 3740874. OLE color: 3740874.

HSL color Cylindrical-coordinate representation of color #CA1439: hue angle of 347.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1439 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 57 -
CMYK 0 0.90 0.72 0.21
HSL 347.8º 0.82% 0.44% -
HSV(B) 347.8º 0.9% 0.79% -
XYZ 25.35 13.35 5.11 -
YUV 78.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 202 20 57 0 0.90 0.72 0.21 347.8 0.82 0.44
Hex CA 14 39 0 5A 48 15 15C 52 2C
Octal 312 24 71 0 132 110 25 534 122 54
Binary 11001010 10100 111001 0 1011010 1001000 10101 101011100 1010010 101100

Color Harmonies of #CA1439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1439

Black with #CA1439

Text Example


Text Example

White with #CA1439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1439; }

 p { color: rgb(202,20,57); }

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

background-color css

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

 a { background-color: rgb(202,20,57); }

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

border-color css

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

 span { border-color: rgb(202,20,57); }

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