Html Css Color HEX #CA2435 Cardinal

📋 copy color: '#CA2435'

red 202 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #CA2435

Tints of Cardinal #CA2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 69.42%
G = 12.37%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2435 (or 0xCA2435) is known color: Cardinal. HEX triplet: CA, 24 and 35. RGB value is (202,36,53). Sum of RGB (Red+Green+Blue) = 202+36+53=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2435 is #35DBCA. Grayscale: #575757. Windows color (decimal): -3529675 or 3482826. OLE color: 3482826.

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

Color convert

RGB 202 36 53 -
CMYK 0 0.82 0.74 0.21
HSL 353.86º 0.7% 0.47% -
HSV(B) 353.86º 0.82% 0.79% -
XYZ 25.63 14.08 4.73 -
YUV 87.57 108.5 209.62 -
System Red Green Blue C M Y K H S L
Decimal 202 36 53 0 0.82 0.74 0.21 353.86 0.7 0.47
Hex CA 24 35 0 52 4A 15 162 46 2F
Octal 312 44 65 0 122 112 25 542 106 57
Binary 11001010 100100 110101 0 1010010 1001010 10101 101100010 1000110 101111

Color Harmonies of #CA2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2435

Black with #CA2435

Text Example


Text Example

White with #CA2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2435; }

 p { color: rgb(202,36,53); }

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

background-color css

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

 a { background-color: rgb(202,36,53); }

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

border-color css

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

 span { border-color: rgb(202,36,53); }

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