Html Css Color HEX #CE4D49 Valencia

📋 copy color: '#CE4D49'

red 206 ◦ green 77 ◦ blue 73

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

Shades of Valencia #CE4D49

Tints of Valencia #CE4D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 57.87%
G = 21.63%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4D49 (or 0xCE4D49) is known color: Valencia. HEX triplet: CE, 4D and 49. RGB value is (206,77,73). Sum of RGB (Red+Green+Blue) = 206+77+73=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D49 is #31B2B6. Grayscale: #737373. Windows color (decimal): -3257015 or 4804046. OLE color: 4804046.

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

Color convert

RGB 206 77 73 -
CMYK 0 0.63 0.65 0.19
HSL 1.8º 0.58% 0.55% -
HSV(B) 1.8º 0.65% 0.81% -
XYZ 29.31 18.91 8.41 -
YUV 115.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 206 77 73 0 0.63 0.65 0.19 1.8 0.58 0.55
Hex CE 4D 49 0 3F 41 13 2 3A 37
Octal 316 115 111 0 77 101 23 2 72 67
Binary 11001110 1001101 1001001 0 111111 1000001 10011 10 111010 110111

Color Harmonies of #CE4D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D49

Black with #CE4D49

Text Example


Text Example

White with #CE4D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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