Html Css Color HEX #C43F31 Grenadier

📋 copy color: '#C43F31'

red 196 ◦ green 63 ◦ blue 49

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

Shades of Grenadier #C43F31

Tints of Grenadier #C43F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 63.64%
G = 20.45%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C43F31 (or 0xC43F31) is known color: Grenadier. HEX triplet: C4, 3F and 31. RGB value is (196,63,49). Sum of RGB (Red+Green+Blue) = 196+63+49=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F31 is #3BC0CE. Grayscale: #656565. Windows color (decimal): -3915983 or 3227588. OLE color: 3227588.

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

Color convert

RGB 196 63 49 -
CMYK 0 0.68 0.75 0.23
HSL 5.71º 0.6% 0.48% -
HSV(B) 5.71º 0.75% 0.77% -
XYZ 25.1 15.51 4.58 -
YUV 101.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 196 63 49 0 0.68 0.75 0.23 5.71 0.6 0.48
Hex C4 3F 31 0 44 4B 17 6 3C 30
Octal 304 77 61 0 104 113 27 6 74 60
Binary 11000100 111111 110001 0 1000100 1001011 10111 110 111100 110000

Color Harmonies of #C43F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F31

Black with #C43F31

Text Example


Text Example

White with #C43F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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