Html Css Color HEX #CE4948 Sunset

📋 copy color: '#CE4948'

red 206 ◦ green 73 ◦ blue 72

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

Shades of Sunset #CE4948

Tints of Sunset #CE4948

RGB

 RED value IS 206 (80.86% from 255) = 58.69%

 GREEN value IS 73 (28.91% from 255) = 20.8%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 58.69%
G = 20.8%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4948 (or 0xCE4948) is known color: Sunset. HEX triplet: CE, 49 and 48. RGB value is (206,73,72). Sum of RGB (Red+Green+Blue) = 206+73+72=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4948 is #31B6B7. Grayscale: #707070. Windows color (decimal): -3258040 or 4737486. OLE color: 4737486.

HSL color Cylindrical-coordinate representation of color #CE4948: hue angle of 0.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4948 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 73 72 -
CMYK 0 0.65 0.65 0.19
HSL 0.45º 0.58% 0.55% -
HSV(B) 0.45º 0.65% 0.81% -
XYZ 29.01 18.35 8.14 -
YUV 112.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 206 73 72 0 0.65 0.65 0.19 0.45 0.58 0.55
Hex CE 49 48 0 41 41 13 0 3A 37
Octal 316 111 110 0 101 101 23 0 72 67
Binary 11001110 1001001 1001000 0 1000001 1000001 10011 0 111010 110111

Color Harmonies of #CE4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4948

Black with #CE4948

Text Example


Text Example

White with #CE4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4948; }

 p { color: rgb(206,73,72); }

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

background-color css

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

 a { background-color: rgb(206,73,72); }

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

border-color css

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

 span { border-color: rgb(206,73,72); }

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