Html Css Color HEX #CA2736 Cardinal

📋 copy color: '#CA2736'

red 202 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #CA2736

Tints of Cardinal #CA2736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

 BLUE value IS 54 (21.48% from 255) = 18.31%

R = 68.47%
G = 13.22%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA2736 (or 0xCA2736) is known color: Cardinal. HEX triplet: CA, 27 and 36. RGB value is (202,39,54). Sum of RGB (Red+Green+Blue) = 202+39+54=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2736 is #35D8C9. Grayscale: #595959. Windows color (decimal): -3528906 or 3549130. OLE color: 3549130.

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

Color convert

RGB 202 39 54 -
CMYK 0 0.81 0.73 0.21
HSL 354.48º 0.68% 0.47% -
HSV(B) 354.48º 0.81% 0.79% -
XYZ 25.75 14.27 4.89 -
YUV 89.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 202 39 54 0 0.81 0.73 0.21 354.48 0.68 0.47
Hex CA 27 36 0 51 49 15 162 44 2F
Octal 312 47 66 0 121 111 25 542 104 57
Binary 11001010 100111 110110 0 1010001 1001001 10101 101100010 1000100 101111

Color Harmonies of #CA2736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2736

Black with #CA2736

Text Example


Text Example

White with #CA2736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2736; }

 p { color: rgb(202,39,54); }

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

background-color css

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

 a { background-color: rgb(202,39,54); }

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

border-color css

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

 span { border-color: rgb(202,39,54); }

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