Html Css Color HEX #CA2636 Cardinal

📋 copy color: '#CA2636'

red 202 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #CA2636

Tints of Cardinal #CA2636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 68.71%
G = 12.93%
B = 18.37%

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

#CA2636 (or 0xCA2636) is known color: Cardinal. HEX triplet: CA, 26 and 36. RGB value is (202,38,54). Sum of RGB (Red+Green+Blue) = 202+38+54=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2636 is #35D9C9. Grayscale: #585858. Windows color (decimal): -3529162 or 3548874. OLE color: 3548874.

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

Color convert

RGB 202 38 54 -
CMYK 0 0.81 0.73 0.21
HSL 354.15º 0.68% 0.47% -
HSV(B) 354.15º 0.81% 0.79% -
XYZ 25.72 14.21 4.88 -
YUV 88.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 202 38 54 0 0.81 0.73 0.21 354.15 0.68 0.47
Hex CA 26 36 0 51 49 15 162 44 2F
Octal 312 46 66 0 121 111 25 542 104 57
Binary 11001010 100110 110110 0 1010001 1001001 10101 101100010 1000100 101111

Color Harmonies of #CA2636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2636

Black with #CA2636

Text Example


Text Example

White with #CA2636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2636; }

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

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

background-color css

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

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

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

border-color css

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

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

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