Html Css Color HEX #CA4D3F Grenadier

📋 copy color: '#CA4D3F'

red 202 ◦ green 77 ◦ blue 63

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

Shades of Grenadier #CA4D3F

Tints of Grenadier #CA4D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.51%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 59.06%
G = 22.51%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA4D3F (or 0xCA4D3F) is known color: Grenadier. HEX triplet: CA, 4D and 3F. RGB value is (202,77,63). Sum of RGB (Red+Green+Blue) = 202+77+63=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D3F is #35B2C0. Grayscale: #707070. Windows color (decimal): -3519169 or 4148682. OLE color: 4148682.

HSL color Cylindrical-coordinate representation of color #CA4D3F: hue angle of 6.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4D3F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 63 -
CMYK 0 0.62 0.69 0.21
HSL 6.04º 0.57% 0.52% -
HSV(B) 6.04º 0.69% 0.79% -
XYZ 27.91 18.22 6.75 -
YUV 112.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 202 77 63 0 0.62 0.69 0.21 6.04 0.57 0.52
Hex CA 4D 3F 0 3E 45 15 6 39 34
Octal 312 115 77 0 76 105 25 6 71 64
Binary 11001010 1001101 111111 0 111110 1000101 10101 110 111001 110100

Color Harmonies of #CA4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D3F

Black with #CA4D3F

Text Example


Text Example

White with #CA4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D3F; }

 p { color: rgb(202,77,63); }

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

background-color css

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

 a { background-color: rgb(202,77,63); }

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

border-color css

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

 span { border-color: rgb(202,77,63); }

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