Html Css Color HEX #CA1B37 Cardinal

📋 copy color: '#CA1B37'

red 202 ◦ green 27 ◦ blue 55

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

Shades of Cardinal #CA1B37

Tints of Cardinal #CA1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 71.13%
G = 9.51%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1B37 (or 0xCA1B37) is known color: Cardinal. HEX triplet: CA, 1B and 37. RGB value is (202,27,55). Sum of RGB (Red+Green+Blue) = 202+27+55=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1B37 is #35E4C8. Grayscale: #525252. Windows color (decimal): -3531977 or 3611594. OLE color: 3611594.

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

Color convert

RGB 202 27 55 -
CMYK 0 0.87 0.73 0.21
HSL 350.4º 0.76% 0.45% -
HSV(B) 350.4º 0.87% 0.79% -
XYZ 25.44 13.62 4.9 -
YUV 82.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 202 27 55 0 0.87 0.73 0.21 350.4 0.76 0.45
Hex CA 1B 37 0 57 49 15 15E 4C 2D
Octal 312 33 67 0 127 111 25 536 114 55
Binary 11001010 11011 110111 0 1010111 1001001 10101 101011110 1001100 101101

Color Harmonies of #CA1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1B37

Black with #CA1B37

Text Example


Text Example

White with #CA1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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