Html Css Color HEX #C42D35 Mahogany

📋 copy color: '#C42D35'

red 196 ◦ green 45 ◦ blue 53

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

Shades of Mahogany #C42D35

Tints of Mahogany #C42D35

RGB

 RED value IS 196 (76.95% from 255) = 66.67%

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 66.67%
G = 15.31%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C42D35 (or 0xC42D35) is known color: Mahogany. HEX triplet: C4, 2D and 35. RGB value is (196,45,53). Sum of RGB (Red+Green+Blue) = 196+45+53=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D35 is #3BD2CA. Grayscale: #5B5B5B. Windows color (decimal): -3920587 or 3485124. OLE color: 3485124.

HSL color Cylindrical-coordinate representation of color #C42D35: hue angle of 356.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D35 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 45 53 -
CMYK 0 0.77 0.73 0.23
HSL 356.82º 0.63% 0.47% -
HSV(B) 356.82º 0.77% 0.77% -
XYZ 24.35 13.87 4.76 -
YUV 91.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 196 45 53 0 0.77 0.73 0.23 356.82 0.63 0.47
Hex C4 2D 35 0 4D 49 17 165 3F 2F
Octal 304 55 65 0 115 111 27 545 77 57
Binary 11000100 101101 110101 0 1001101 1001001 10111 101100101 111111 101111

Color Harmonies of #C42D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42D35

Black with #C42D35

Text Example


Text Example

White with #C42D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42D35; }

 p { color: rgb(196,45,53); }

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

background-color css

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

 a { background-color: rgb(196,45,53); }

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

border-color css

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

 span { border-color: rgb(196,45,53); }

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