Html Css Color HEX #C23E28 Grenadier

📋 copy color: '#C23E28'

red 194 ◦ green 62 ◦ blue 40

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

Shades of Grenadier #C23E28

Tints of Grenadier #C23E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 65.54%
G = 20.95%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C23E28 (or 0xC23E28) is known color: Grenadier. HEX triplet: C2, 3E and 28. RGB value is (194,62,40). Sum of RGB (Red+Green+Blue) = 194+62+40=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E28 is #3DC1D7. Grayscale: #636363. Windows color (decimal): -4047320 or 2637506. OLE color: 2637506.

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

Color convert

RGB 194 62 40 -
CMYK 0 0.68 0.79 0.24
HSL 8.57º 0.66% 0.46% -
HSV(B) 8.57º 0.79% 0.76% -
XYZ 24.35 15.07 3.63 -
YUV 98.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 194 62 40 0 0.68 0.79 0.24 8.57 0.66 0.46
Hex C2 3E 28 0 44 4F 18 9 42 2E
Octal 302 76 50 0 104 117 30 11 102 56
Binary 11000010 111110 101000 0 1000100 1001111 11000 1001 1000010 101110

Color Harmonies of #C23E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23E28

Black with #C23E28

Text Example


Text Example

White with #C23E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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