Html Css Color HEX #C13F2C Grenadier

📋 copy color: '#C13F2C'

red 193 ◦ green 63 ◦ blue 44

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

Shades of Grenadier #C13F2C

Tints of Grenadier #C13F2C

RGB

 RED value IS 193 (75.78% from 255) = 64.33%

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

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

R = 64.33%
G = 21%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C13F2C (or 0xC13F2C) is known color: Grenadier. HEX triplet: C1, 3F and 2C. RGB value is (193,63,44). Sum of RGB (Red+Green+Blue) = 193+63+44=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F2C is #3EC0D3. Grayscale: #636363. Windows color (decimal): -4112596 or 2899905. OLE color: 2899905.

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

Color convert

RGB 193 63 44 -
CMYK 0 0.67 0.77 0.24
HSL 7.65º 0.63% 0.46% -
HSV(B) 7.65º 0.77% 0.76% -
XYZ 24.22 15.07 4.02 -
YUV 99.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 193 63 44 0 0.67 0.77 0.24 7.65 0.63 0.46
Hex C1 3F 2C 0 43 4D 18 8 3F 2E
Octal 301 77 54 0 103 115 30 10 77 56
Binary 11000001 111111 101100 0 1000011 1001101 11000 1000 111111 101110

Color Harmonies of #C13F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F2C

Black with #C13F2C

Text Example


Text Example

White with #C13F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F2C; }

 p { color: rgb(193,63,44); }

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

background-color css

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

 a { background-color: rgb(193,63,44); }

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

border-color css

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

 span { border-color: rgb(193,63,44); }

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