Html Css Color HEX #C13F32 Grenadier

📋 copy color: '#C13F32'

red 193 ◦ green 63 ◦ blue 50

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

Shades of Grenadier #C13F32

Tints of Grenadier #C13F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 63.07%
G = 20.59%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C13F32 (or 0xC13F32) is known color: Grenadier. HEX triplet: C1, 3F and 32. RGB value is (193,63,50). Sum of RGB (Red+Green+Blue) = 193+63+50=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F32 is #3EC0CD. Grayscale: #646464. Windows color (decimal): -4112590 or 3293121. OLE color: 3293121.

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

Color convert

RGB 193 63 50 -
CMYK 0 0.67 0.74 0.24
HSL 5.45º 0.59% 0.48% -
HSV(B) 5.45º 0.74% 0.76% -
XYZ 24.35 15.12 4.65 -
YUV 100.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 193 63 50 0 0.67 0.74 0.24 5.45 0.59 0.48
Hex C1 3F 32 0 43 4A 18 5 3B 30
Octal 301 77 62 0 103 112 30 5 73 60
Binary 11000001 111111 110010 0 1000011 1001010 11000 101 111011 110000

Color Harmonies of #C13F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F32

Black with #C13F32

Text Example


Text Example

White with #C13F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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