Html Css Color HEX #CA4235 Grenadier

📋 copy color: '#CA4235'

red 202 ◦ green 66 ◦ blue 53

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

Shades of Grenadier #CA4235

Tints of Grenadier #CA4235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.56%

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

R = 62.93%
G = 20.56%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA4235 (or 0xCA4235) is known color: Grenadier. HEX triplet: CA, 42 and 35. RGB value is (202,66,53). Sum of RGB (Red+Green+Blue) = 202+66+53=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4235 is #35BDCA. Grayscale: #696969. Windows color (decimal): -3521995 or 3490506. OLE color: 3490506.

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

Color convert

RGB 202 66 53 -
CMYK 0 0.67 0.74 0.21
HSL 5.23º 0.58% 0.5% -
HSV(B) 5.23º 0.74% 0.79% -
XYZ 26.95 16.71 5.17 -
YUV 105.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 202 66 53 0 0.67 0.74 0.21 5.23 0.58 0.5
Hex CA 42 35 0 43 4A 15 5 3A 32
Octal 312 102 65 0 103 112 25 5 72 62
Binary 11001010 1000010 110101 0 1000011 1001010 10101 101 111010 110010

Color Harmonies of #CA4235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4235

Black with #CA4235

Text Example


Text Example

White with #CA4235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4235; }

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

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

background-color css

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

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

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

border-color css

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

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

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