Html Css Color HEX #C34942 Sunset

📋 copy color: '#C34942'

red 195 ◦ green 73 ◦ blue 66

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

Shades of Sunset #C34942

Tints of Sunset #C34942

RGB

 RED value IS 195 (76.56% from 255) = 58.38%

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 58.38%
G = 21.86%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C34942 (or 0xC34942) is known color: Sunset. HEX triplet: C3, 49 and 42. RGB value is (195,73,66). Sum of RGB (Red+Green+Blue) = 195+73+66=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C34942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34942 is #3CB6BD. Grayscale: #6C6C6C. Windows color (decimal): -3978942 or 4344259. OLE color: 4344259.

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

Color convert

RGB 195 73 66 -
CMYK 0 0.63 0.66 0.24
HSL 3.26º 0.52% 0.51% -
HSV(B) 3.26º 0.66% 0.76% -
XYZ 25.87 16.76 7.03 -
YUV 108.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 195 73 66 0 0.63 0.66 0.24 3.26 0.52 0.51
Hex C3 49 42 0 3F 42 18 3 34 33
Octal 303 111 102 0 77 102 30 3 64 63
Binary 11000011 1001001 1000010 0 111111 1000010 11000 11 110100 110011

Color Harmonies of #C34942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34942

Black with #C34942

Text Example


Text Example

White with #C34942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34942; }

 p { color: rgb(195,73,66); }

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

background-color css

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

 a { background-color: rgb(195,73,66); }

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

border-color css

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

 span { border-color: rgb(195,73,66); }

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