Html Css Color HEX #C62F34 Mahogany

📋 copy color: '#C62F34'

red 198 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #C62F34

Tints of Mahogany #C62F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.82%

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 66.67%
G = 15.82%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C62F34 (or 0xC62F34) is known color: Mahogany. HEX triplet: C6, 2F and 34. RGB value is (198,47,52). Sum of RGB (Red+Green+Blue) = 198+47+52=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62F34 is #39D0CB. Grayscale: #5C5C5C. Windows color (decimal): -3789004 or 3420102. OLE color: 3420102.

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

Color convert

RGB 198 47 52 -
CMYK 0 0.76 0.74 0.22
HSL 358.01º 0.62% 0.48% -
HSV(B) 358.01º 0.76% 0.78% -
XYZ 24.93 14.29 4.69 -
YUV 92.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 198 47 52 0 0.76 0.74 0.22 358.01 0.62 0.48
Hex C6 2F 34 0 4C 4A 16 166 3E 30
Octal 306 57 64 0 114 112 26 546 76 60
Binary 11000110 101111 110100 0 1001100 1001010 10110 101100110 111110 110000

Color Harmonies of #C62F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62F34

Black with #C62F34

Text Example


Text Example

White with #C62F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62F34; }

 p { color: rgb(198,47,52); }

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

background-color css

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

 a { background-color: rgb(198,47,52); }

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

border-color css

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

 span { border-color: rgb(198,47,52); }

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