Html Css Color HEX #C34840 Sunset

📋 copy color: '#C34840'

red 195 ◦ green 72 ◦ blue 64

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

Shades of Sunset #C34840

Tints of Sunset #C34840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 58.91%
G = 21.75%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C34840 (or 0xC34840) is known color: Sunset. HEX triplet: C3, 48 and 40. RGB value is (195,72,64). Sum of RGB (Red+Green+Blue) = 195+72+64=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C34840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34840 is #3CB7BF. Grayscale: #6C6C6C. Windows color (decimal): -3979200 or 4212931. OLE color: 4212931.

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

Color convert

RGB 195 72 64 -
CMYK 0 0.63 0.67 0.24
HSL 3.66º 0.52% 0.51% -
HSV(B) 3.66º 0.67% 0.76% -
XYZ 25.75 16.61 6.7 -
YUV 107.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 195 72 64 0 0.63 0.67 0.24 3.66 0.52 0.51
Hex C3 48 40 0 3F 43 18 4 34 33
Octal 303 110 100 0 77 103 30 4 64 63
Binary 11000011 1001000 1000000 0 111111 1000011 11000 100 110100 110011

Color Harmonies of #C34840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34840

Black with #C34840

Text Example


Text Example

White with #C34840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34840; }

 p { color: rgb(195,72,64); }

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

background-color css

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

 a { background-color: rgb(195,72,64); }

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

border-color css

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

 span { border-color: rgb(195,72,64); }

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