Html Css Color HEX #C34944 Sunset

📋 copy color: '#C34944'

red 195 ◦ green 73 ◦ blue 68

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

Shades of Sunset #C34944

Tints of Sunset #C34944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 58.04%
G = 21.73%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C34944 (or 0xC34944) is known color: Sunset. HEX triplet: C3, 49 and 44. RGB value is (195,73,68). Sum of RGB (Red+Green+Blue) = 195+73+68=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34944 is #3CB6BB. Grayscale: #6D6D6D. Windows color (decimal): -3978940 or 4475331. OLE color: 4475331.

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

Color convert

RGB 195 73 68 -
CMYK 0 0.63 0.65 0.24
HSL 2.36º 0.51% 0.52% -
HSV(B) 2.36º 0.65% 0.76% -
XYZ 25.93 16.78 7.34 -
YUV 108.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 195 73 68 0 0.63 0.65 0.24 2.36 0.51 0.52
Hex C3 49 44 0 3F 41 18 2 33 34
Octal 303 111 104 0 77 101 30 2 63 64
Binary 11000011 1001001 1000100 0 111111 1000001 11000 10 110011 110100

Color Harmonies of #C34944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34944

Black with #C34944

Text Example


Text Example

White with #C34944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34944; }

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

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

background-color css

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

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

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

border-color css

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

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

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