Html Css Color HEX #C64343 Sunset

📋 copy color: '#C64343'

red 198 ◦ green 67 ◦ blue 67

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

Shades of Sunset #C64343

Tints of Sunset #C64343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 67 (26.56% from 255) = 20.18%

R = 59.64%
G = 20.18%
B = 20.18%

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

#C64343 (or 0xC64343) is known color: Sunset. HEX triplet: C6, 43 and 43. RGB value is (198,67,67). Sum of RGB (Red+Green+Blue) = 198+67+67=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64343 is #39BCBC. Grayscale: #6A6A6A. Windows color (decimal): -3783869 or 4408262. OLE color: 4408262.

HSL color Cylindrical-coordinate representation of color #C64343: 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 #C64343 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 67 67 -
CMYK 0 0.66 0.66 0.22
HSL 0.53% 0.52% -
HSV(B) 0.66% 0.78% -
XYZ 26.31 16.43 7.09 -
YUV 106.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 198 67 67 0 0.66 0.66 0.22 0 0.53 0.52
Hex C6 43 43 0 42 42 16 0 35 34
Octal 306 103 103 0 102 102 26 0 65 64
Binary 11000110 1000011 1000011 0 1000010 1000010 10110 0 110101 110100

Color Harmonies of #C64343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64343

Black with #C64343

Text Example


Text Example

White with #C64343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64343; }

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

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

background-color css

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

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

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

border-color css

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

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

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