Html Css Color HEX #C23F29 Grenadier

📋 copy color: '#C23F29'

red 194 ◦ green 63 ◦ blue 41

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

Shades of Grenadier #C23F29

Tints of Grenadier #C23F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.76%

R = 65.1%
G = 21.14%
B = 13.76%

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

#C23F29 (or 0xC23F29) is known color: Grenadier. HEX triplet: C2, 3F and 29. RGB value is (194,63,41). Sum of RGB (Red+Green+Blue) = 194+63+41=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F29 is #3DC0D6. Grayscale: #636363. Windows color (decimal): -4047063 or 2703298. OLE color: 2703298.

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

Color convert

RGB 194 63 41 -
CMYK 0 0.68 0.79 0.24
HSL 8.63º 0.65% 0.46% -
HSV(B) 8.63º 0.79% 0.76% -
XYZ 24.43 15.18 3.74 -
YUV 99.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 194 63 41 0 0.68 0.79 0.24 8.63 0.65 0.46
Hex C2 3F 29 0 44 4F 18 9 41 2E
Octal 302 77 51 0 104 117 30 11 101 56
Binary 11000010 111111 101001 0 1000100 1001111 11000 1001 1000001 101110

Color Harmonies of #C23F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F29

Black with #C23F29

Text Example


Text Example

White with #C23F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F29; }

 p { color: rgb(194,63,41); }

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

background-color css

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

 a { background-color: rgb(194,63,41); }

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

border-color css

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

 span { border-color: rgb(194,63,41); }

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