Html Css Color HEX #C33E2C Grenadier

📋 copy color: '#C33E2C'

red 195 ◦ green 62 ◦ blue 44

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

Shades of Grenadier #C33E2C

Tints of Grenadier #C33E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

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

R = 64.78%
G = 20.6%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C33E2C (or 0xC33E2C) is known color: Grenadier. HEX triplet: C3, 3E and 2C. RGB value is (195,62,44). Sum of RGB (Red+Green+Blue) = 195+62+44=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E2C is #3CC1D3. Grayscale: #636363. Windows color (decimal): -3981780 or 2899651. OLE color: 2899651.

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

Color convert

RGB 195 62 44 -
CMYK 0 0.68 0.77 0.24
HSL 7.15º 0.63% 0.47% -
HSV(B) 7.15º 0.77% 0.76% -
XYZ 24.68 15.23 4.02 -
YUV 99.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 195 62 44 0 0.68 0.77 0.24 7.15 0.63 0.47
Hex C3 3E 2C 0 44 4D 18 7 3F 2F
Octal 303 76 54 0 104 115 30 7 77 57
Binary 11000011 111110 101100 0 1000100 1001101 11000 111 111111 101111

Color Harmonies of #C33E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33E2C

Black with #C33E2C

Text Example


Text Example

White with #C33E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33E2C; }

 p { color: rgb(195,62,44); }

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

background-color css

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

 a { background-color: rgb(195,62,44); }

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

border-color css

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

 span { border-color: rgb(195,62,44); }

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