Html Css Color HEX #C23D27 Grenadier

📋 copy color: '#C23D27'

red 194 ◦ green 61 ◦ blue 39

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

Shades of Grenadier #C23D27

Tints of Grenadier #C23D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 65.99%
G = 20.75%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C23D27 (or 0xC23D27) is known color: Grenadier. HEX triplet: C2, 3D and 27. RGB value is (194,61,39). Sum of RGB (Red+Green+Blue) = 194+61+39=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D27 is #3DC2D8. Grayscale: #626262. Windows color (decimal): -4047577 or 2571714. OLE color: 2571714.

HSL color Cylindrical-coordinate representation of color #C23D27: hue angle of 8.52º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C23D27 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 39 -
CMYK 0 0.69 0.80 0.24
HSL 8.52º 0.67% 0.46% -
HSV(B) 8.52º 0.8% 0.76% -
XYZ 24.28 14.95 3.53 -
YUV 98.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 194 61 39 0 0.69 0.80 0.24 8.52 0.67 0.46
Hex C2 3D 27 0 45 50 18 9 43 2E
Octal 302 75 47 0 105 120 30 11 103 56
Binary 11000010 111101 100111 0 1000101 1010000 11000 1001 1000011 101110

Color Harmonies of #C23D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23D27

Black with #C23D27

Text Example


Text Example

White with #C23D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23D27; }

 p { color: rgb(194,61,39); }

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

background-color css

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

 a { background-color: rgb(194,61,39); }

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

border-color css

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

 span { border-color: rgb(194,61,39); }

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