Html Css Color HEX #C64444 Sunset

📋 copy color: '#C64444'

red 198 ◦ green 68 ◦ blue 68

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

Shades of Sunset #C64444

Tints of Sunset #C64444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 59.28%
G = 20.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C64444 (or 0xC64444) is known color: Sunset. HEX triplet: C6, 44 and 44. RGB value is (198,68,68). Sum of RGB (Red+Green+Blue) = 198+68+68=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C64444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64444 is #39BBBB. Grayscale: #6B6B6B. Windows color (decimal): -3783612 or 4474054. OLE color: 4474054.

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

Color convert

RGB 198 68 68 -
CMYK 0 0.66 0.66 0.22
HSL 0.53% 0.52% -
HSV(B) 0.66% 0.78% -
XYZ 26.4 16.56 7.27 -
YUV 106.87 106.07 193 -
System Red Green Blue C M Y K H S L
Decimal 198 68 68 0 0.66 0.66 0.22 0 0.53 0.52
Hex C6 44 44 0 42 42 16 0 35 34
Octal 306 104 104 0 102 102 26 0 65 64
Binary 11000110 1000100 1000100 0 1000010 1000010 10110 0 110101 110100

Color Harmonies of #C64444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64444

Black with #C64444

Text Example


Text Example

White with #C64444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64444; }

 p { color: rgb(198,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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