Html Css Color HEX #CA1537 Cardinal

📋 copy color: '#CA1537'

red 202 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #CA1537

Tints of Cardinal #CA1537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

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

R = 72.66%
G = 7.55%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1537 (or 0xCA1537) is known color: Cardinal. HEX triplet: CA, 15 and 37. RGB value is (202,21,55). Sum of RGB (Red+Green+Blue) = 202+21+55=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1537 is #35EAC8. Grayscale: #4F4F4F. Windows color (decimal): -3533513 or 3610058. OLE color: 3610058.

HSL color Cylindrical-coordinate representation of color #CA1537: hue angle of 348.73º degrees, saturation: 0.81, 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 #CA1537 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 55 -
CMYK 0 0.90 0.73 0.21
HSL 348.73º 0.81% 0.44% -
HSV(B) 348.73º 0.9% 0.79% -
XYZ 25.31 13.37 4.86 -
YUV 79 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 202 21 55 0 0.90 0.73 0.21 348.73 0.81 0.44
Hex CA 15 37 0 5A 49 15 15D 51 2C
Octal 312 25 67 0 132 111 25 535 121 54
Binary 11001010 10101 110111 0 1011010 1001001 10101 101011101 1010001 101100

Color Harmonies of #CA1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1537

Black with #CA1537

Text Example


Text Example

White with #CA1537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1537; }

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

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

background-color css

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

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

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

border-color css

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

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

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