Html Css Color HEX #CC4541 Sunset

📋 copy color: '#CC4541'

red 204 ◦ green 69 ◦ blue 65

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

Shades of Sunset #CC4541

Tints of Sunset #CC4541

RGB

 RED value IS 204 (80.08% from 255) = 60.36%

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 60.36%
G = 20.41%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC4541 (or 0xCC4541) is known color: Sunset. HEX triplet: CC, 45 and 41. RGB value is (204,69,65). Sum of RGB (Red+Green+Blue) = 204+69+65=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4541 is #33BABE. Grayscale: #6D6D6D. Windows color (decimal): -3390143 or 4277708. OLE color: 4277708.

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

Color convert

RGB 204 69 65 -
CMYK 0 0.66 0.68 0.2
HSL 1.73º 0.58% 0.53% -
HSV(B) 1.73º 0.68% 0.8% -
XYZ 27.98 17.48 6.9 -
YUV 108.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 204 69 65 0 0.66 0.68 0.2 1.73 0.58 0.53
Hex CC 45 41 0 42 44 14 2 3A 35
Octal 314 105 101 0 102 104 24 2 72 65
Binary 11001100 1000101 1000001 0 1000010 1000100 10100 10 111010 110101

Color Harmonies of #CC4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4541

Black with #CC4541

Text Example


Text Example

White with #CC4541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4541; }

 p { color: rgb(204,69,65); }

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

background-color css

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

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

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

border-color css

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

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

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