Html Css Color HEX #CA1937 Cardinal

📋 copy color: '#CA1937'

red 202 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #CA1937

Tints of Cardinal #CA1937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 71.63%
G = 8.87%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1937 (or 0xCA1937) is known color: Cardinal. HEX triplet: CA, 19 and 37. RGB value is (202,25,55). Sum of RGB (Red+Green+Blue) = 202+25+55=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1937 is #35E6C8. Grayscale: #515151. Windows color (decimal): -3532489 or 3611082. OLE color: 3611082.

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

Color convert

RGB 202 25 55 -
CMYK 0 0.88 0.73 0.21
HSL 349.83º 0.78% 0.45% -
HSV(B) 349.83º 0.88% 0.79% -
XYZ 25.39 13.53 4.89 -
YUV 81.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 202 25 55 0 0.88 0.73 0.21 349.83 0.78 0.45
Hex CA 19 37 0 58 49 15 15E 4E 2D
Octal 312 31 67 0 130 111 25 536 116 55
Binary 11001010 11001 110111 0 1011000 1001001 10101 101011110 1001110 101101

Color Harmonies of #CA1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1937

Black with #CA1937

Text Example


Text Example

White with #CA1937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1937; }

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

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

background-color css

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

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

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

border-color css

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

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

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