Html Css Color HEX #C3402F Grenadier

📋 copy color: '#C3402F'

red 195 ◦ green 64 ◦ blue 47

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

Shades of Grenadier #C3402F

Tints of Grenadier #C3402F

RGB

 RED value IS 195 (76.56% from 255) = 63.73%

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 63.73%
G = 20.92%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3402F (or 0xC3402F) is known color: Grenadier. HEX triplet: C3, 40 and 2F. RGB value is (195,64,47). Sum of RGB (Red+Green+Blue) = 195+64+47=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3402F is #3CBFD0. Grayscale: #656565. Windows color (decimal): -3981265 or 3096771. OLE color: 3096771.

HSL color Cylindrical-coordinate representation of color #C3402F: hue angle of 6.89º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3402F is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 47 -
CMYK 0 0.67 0.76 0.24
HSL 6.89º 0.61% 0.47% -
HSV(B) 6.89º 0.76% 0.76% -
XYZ 24.85 15.47 4.37 -
YUV 101.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 195 64 47 0 0.67 0.76 0.24 6.89 0.61 0.47
Hex C3 40 2F 0 43 4C 18 7 3D 2F
Octal 303 100 57 0 103 114 30 7 75 57
Binary 11000011 1000000 101111 0 1000011 1001100 11000 111 111101 101111

Color Harmonies of #C3402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3402F

Black with #C3402F

Text Example


Text Example

White with #C3402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3402F; }

 p { color: rgb(195,64,47); }

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

background-color css

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

 a { background-color: rgb(195,64,47); }

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

border-color css

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

 span { border-color: rgb(195,64,47); }

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