Html Css Color HEX #C74340 Sunset

📋 copy color: '#C74340'

red 199 ◦ green 67 ◦ blue 64

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

Shades of Sunset #C74340

Tints of Sunset #C74340

RGB

 RED value IS 199 (78.13% from 255) = 60.3%

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

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

R = 60.3%
G = 20.3%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C74340 (or 0xC74340) is known color: Sunset. HEX triplet: C7, 43 and 40. RGB value is (199,67,64). Sum of RGB (Red+Green+Blue) = 199+67+64=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C74340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74340 is #38BCBF. Grayscale: #6A6A6A. Windows color (decimal): -3718336 or 4211655. OLE color: 4211655.

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

Color convert

RGB 199 67 64 -
CMYK 0 0.66 0.68 0.22
HSL 1.33º 0.55% 0.52% -
HSV(B) 1.33º 0.68% 0.78% -
XYZ 26.49 16.53 6.64 -
YUV 106.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 199 67 64 0 0.66 0.68 0.22 1.33 0.55 0.52
Hex C7 43 40 0 42 44 16 1 37 34
Octal 307 103 100 0 102 104 26 1 67 64
Binary 11000111 1000011 1000000 0 1000010 1000100 10110 1 110111 110100

Color Harmonies of #C74340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74340

Black with #C74340

Text Example


Text Example

White with #C74340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74340; }

 p { color: rgb(199,67,64); }

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

background-color css

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

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

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

border-color css

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

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

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