Html Css Color HEX #C43F2C Grenadier

📋 copy color: '#C43F2C'

red 196 ◦ green 63 ◦ blue 44

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

Shades of Grenadier #C43F2C

Tints of Grenadier #C43F2C

RGB

 RED value IS 196 (76.95% from 255) = 64.69%

 GREEN value IS 63 (25% from 255) = 20.79%

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 64.69%
G = 20.79%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C43F2C (or 0xC43F2C) is known color: Grenadier. HEX triplet: C4, 3F and 2C. RGB value is (196,63,44). Sum of RGB (Red+Green+Blue) = 196+63+44=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F2C is #3BC0D3. Grayscale: #646464. Windows color (decimal): -3915988 or 2899908. OLE color: 2899908.

HSL color Cylindrical-coordinate representation of color #C43F2C: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C43F2C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 44 -
CMYK 0 0.68 0.78 0.23
HSL 7.5º 0.63% 0.47% -
HSV(B) 7.5º 0.78% 0.77% -
XYZ 25 15.47 4.05 -
YUV 100.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 196 63 44 0 0.68 0.78 0.23 7.5 0.63 0.47
Hex C4 3F 2C 0 44 4E 17 8 3F 2F
Octal 304 77 54 0 104 116 27 10 77 57
Binary 11000100 111111 101100 0 1000100 1001110 10111 1000 111111 101111

Color Harmonies of #C43F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F2C

Black with #C43F2C

Text Example


Text Example

White with #C43F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F2C; }

 p { color: rgb(196,63,44); }

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

background-color css

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

 a { background-color: rgb(196,63,44); }

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

border-color css

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

 span { border-color: rgb(196,63,44); }

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