Html Css Color HEX #C23F31 Grenadier

📋 copy color: '#C23F31'

red 194 ◦ green 63 ◦ blue 49

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

Shades of Grenadier #C23F31

Tints of Grenadier #C23F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 63.4%
G = 20.59%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C23F31 (or 0xC23F31) is known color: Grenadier. HEX triplet: C2, 3F and 31. RGB value is (194,63,49). Sum of RGB (Red+Green+Blue) = 194+63+49=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23F31 is #3DC0CE. Grayscale: #646464. Windows color (decimal): -4047055 or 3227586. OLE color: 3227586.

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

Color convert

RGB 194 63 49 -
CMYK 0 0.68 0.75 0.24
HSL 5.79º 0.6% 0.48% -
HSV(B) 5.79º 0.75% 0.76% -
XYZ 24.58 15.25 4.55 -
YUV 100.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 194 63 49 0 0.68 0.75 0.24 5.79 0.6 0.48
Hex C2 3F 31 0 44 4B 18 6 3C 30
Octal 302 77 61 0 104 113 30 6 74 60
Binary 11000010 111111 110001 0 1000100 1001011 11000 110 111100 110000

Color Harmonies of #C23F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23F31

Black with #C23F31

Text Example


Text Example

White with #C23F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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