Html Css Color HEX #CE4E49 Valencia

📋 copy color: '#CE4E49'

red 206 ◦ green 78 ◦ blue 73

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

Shades of Valencia #CE4E49

Tints of Valencia #CE4E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 57.7%
G = 21.85%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4E49 (or 0xCE4E49) is known color: Valencia. HEX triplet: CE, 4E and 49. RGB value is (206,78,73). Sum of RGB (Red+Green+Blue) = 206+78+73=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E49 is #31B1B6. Grayscale: #737373. Windows color (decimal): -3256759 or 4804302. OLE color: 4804302.

HSL color Cylindrical-coordinate representation of color #CE4E49: hue angle of 2.26º 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 #CE4E49 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 78 73 -
CMYK 0 0.62 0.65 0.19
HSL 2.26º 0.58% 0.55% -
HSV(B) 2.26º 0.65% 0.81% -
XYZ 29.38 19.05 8.43 -
YUV 115.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 206 78 73 0 0.62 0.65 0.19 2.26 0.58 0.55
Hex CE 4E 49 0 3E 41 13 2 3A 37
Octal 316 116 111 0 76 101 23 2 72 67
Binary 11001110 1001110 1001001 0 111110 1000001 10011 10 111010 110111

Color Harmonies of #CE4E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E49

Black with #CE4E49

Text Example


Text Example

White with #CE4E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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