Html Css Color HEX #C74141 Sunset

📋 copy color: '#C74141'

red 199 ◦ green 65 ◦ blue 65

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

Shades of Sunset #C74141

Tints of Sunset #C74141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 60.49%
G = 19.76%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C74141 (or 0xC74141) is known color: Sunset. HEX triplet: C7, 41 and 41. RGB value is (199,65,65). Sum of RGB (Red+Green+Blue) = 199+65+65=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C74141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74141 is #38BEBE. Grayscale: #696969. Windows color (decimal): -3718847 or 4276679. OLE color: 4276679.

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

Color convert

RGB 199 65 65 -
CMYK 0 0.67 0.67 0.22
HSL 0.54% 0.52% -
HSV(B) 0.67% 0.78% -
XYZ 26.4 16.3 6.76 -
YUV 105.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 199 65 65 0 0.67 0.67 0.22 0 0.54 0.52
Hex C7 41 41 0 43 43 16 0 36 34
Octal 307 101 101 0 103 103 26 0 66 64
Binary 11000111 1000001 1000001 0 1000011 1000011 10110 0 110110 110100

Color Harmonies of #C74141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74141

Black with #C74141

Text Example


Text Example

White with #C74141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74141; }

 p { color: rgb(199,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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