Html Css Color HEX #C63F2C Grenadier

📋 copy color: '#C63F2C'

red 198 ◦ green 63 ◦ blue 44

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

Shades of Grenadier #C63F2C

Tints of Grenadier #C63F2C

RGB

 RED value IS 198 (77.73% from 255) = 64.92%

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

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

R = 64.92%
G = 20.66%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C63F2C (or 0xC63F2C) is known color: Grenadier. HEX triplet: C6, 3F and 2C. RGB value is (198,63,44). Sum of RGB (Red+Green+Blue) = 198+63+44=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63F2C is #39C0D3. Grayscale: #656565. Windows color (decimal): -3784916 or 2899910. OLE color: 2899910.

HSL color Cylindrical-coordinate representation of color #C63F2C: hue angle of 7.4º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C63F2C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 44 -
CMYK 0 0.68 0.78 0.22
HSL 7.4º 0.64% 0.47% -
HSV(B) 7.4º 0.78% 0.78% -
XYZ 25.52 15.74 4.08 -
YUV 101.2 95.73 197.04 -
System Red Green Blue C M Y K H S L
Decimal 198 63 44 0 0.68 0.78 0.22 7.4 0.64 0.47
Hex C6 3F 2C 0 44 4E 16 7 40 2F
Octal 306 77 54 0 104 116 26 7 100 57
Binary 11000110 111111 101100 0 1000100 1001110 10110 111 1000000 101111

Color Harmonies of #C63F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F2C

Black with #C63F2C

Text Example


Text Example

White with #C63F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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