Html Css Color HEX #CA4236 Grenadier

📋 copy color: '#CA4236'

red 202 ◦ green 66 ◦ blue 54

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

Shades of Grenadier #CA4236

Tints of Grenadier #CA4236

RGB

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

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

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

R = 62.73%
G = 20.5%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA4236 (or 0xCA4236) is known color: Grenadier. HEX triplet: CA, 42 and 36. RGB value is (202,66,54). Sum of RGB (Red+Green+Blue) = 202+66+54=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4236 is #35BDC9. Grayscale: #696969. Windows color (decimal): -3521994 or 3556042. OLE color: 3556042.

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

Color convert

RGB 202 66 54 -
CMYK 0 0.67 0.73 0.21
HSL 4.86º 0.58% 0.5% -
HSV(B) 4.86º 0.73% 0.79% -
XYZ 26.97 16.72 5.3 -
YUV 105.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 202 66 54 0 0.67 0.73 0.21 4.86 0.58 0.5
Hex CA 42 36 0 43 49 15 5 3A 32
Octal 312 102 66 0 103 111 25 5 72 62
Binary 11001010 1000010 110110 0 1000011 1001001 10101 101 111010 110010

Color Harmonies of #CA4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4236

Black with #CA4236

Text Example


Text Example

White with #CA4236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4236; }

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

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

background-color css

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

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

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

border-color css

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

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

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