Html Css Color HEX #C23E2C Grenadier

📋 copy color: '#C23E2C'

red 194 ◦ green 62 ◦ blue 44

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

Shades of Grenadier #C23E2C

Tints of Grenadier #C23E2C

RGB

 RED value IS 194 (76.17% from 255) = 64.67%

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

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

R = 64.67%
G = 20.67%
B = 14.67%

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

#C23E2C (or 0xC23E2C) is known color: Grenadier. HEX triplet: C2, 3E and 2C. RGB value is (194,62,44). Sum of RGB (Red+Green+Blue) = 194+62+44=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E2C is #3DC1D3. Grayscale: #636363. Windows color (decimal): -4047316 or 2899650. OLE color: 2899650.

HSL color Cylindrical-coordinate representation of color #C23E2C: hue angle of 7.2º 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 #C23E2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 62 44 -
CMYK 0 0.68 0.77 0.24
HSL 7.2º 0.63% 0.47% -
HSV(B) 7.2º 0.77% 0.76% -
XYZ 24.43 15.1 4.01 -
YUV 99.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 194 62 44 0 0.68 0.77 0.24 7.2 0.63 0.47
Hex C2 3E 2C 0 44 4D 18 7 3F 2F
Octal 302 76 54 0 104 115 30 7 77 57
Binary 11000010 111110 101100 0 1000100 1001101 11000 111 111111 101111

Color Harmonies of #C23E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E2C

Black with #C23E2C

Text Example


Text Example

White with #C23E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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