Html Css Color HEX #CA1737 Cardinal

📋 copy color: '#CA1737'

red 202 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #CA1737

Tints of Cardinal #CA1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.21%

 BLUE value IS 55 (21.88% from 255) = 19.64%

R = 72.14%
G = 8.21%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1737 (or 0xCA1737) is known color: Cardinal. HEX triplet: CA, 17 and 37. RGB value is (202,23,55). Sum of RGB (Red+Green+Blue) = 202+23+55=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1737 is #35E8C8. Grayscale: #505050. Windows color (decimal): -3533001 or 3610570. OLE color: 3610570.

HSL color Cylindrical-coordinate representation of color #CA1737: hue angle of 349.27º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1737 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 55 -
CMYK 0 0.89 0.73 0.21
HSL 349.27º 0.8% 0.44% -
HSV(B) 349.27º 0.89% 0.79% -
XYZ 25.35 13.45 4.87 -
YUV 80.17 113.8 214.9 -
System Red Green Blue C M Y K H S L
Decimal 202 23 55 0 0.89 0.73 0.21 349.27 0.8 0.44
Hex CA 17 37 0 59 49 15 15D 50 2C
Octal 312 27 67 0 131 111 25 535 120 54
Binary 11001010 10111 110111 0 1011001 1001001 10101 101011101 1010000 101100

Color Harmonies of #CA1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1737

Black with #CA1737

Text Example


Text Example

White with #CA1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1737; }

 p { color: rgb(202,23,55); }

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

background-color css

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

 a { background-color: rgb(202,23,55); }

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

border-color css

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

 span { border-color: rgb(202,23,55); }

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