Html Css Color HEX #CE4D47 Valencia

📋 copy color: '#CE4D47'

red 206 ◦ green 77 ◦ blue 71

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

Shades of Valencia #CE4D47

Tints of Valencia #CE4D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 58.19%
G = 21.75%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE4D47 (or 0xCE4D47) is known color: Valencia. HEX triplet: CE, 4D and 47. RGB value is (206,77,71). Sum of RGB (Red+Green+Blue) = 206+77+71=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D47 is #31B2B8. Grayscale: #737373. Windows color (decimal): -3257017 or 4672974. OLE color: 4672974.

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

Color convert

RGB 206 77 71 -
CMYK 0 0.63 0.66 0.19
HSL 2.67º 0.58% 0.54% -
HSV(B) 2.67º 0.66% 0.81% -
XYZ 29.24 18.88 8.06 -
YUV 114.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 206 77 71 0 0.63 0.66 0.19 2.67 0.58 0.54
Hex CE 4D 47 0 3F 42 13 3 3A 36
Octal 316 115 107 0 77 102 23 3 72 66
Binary 11001110 1001101 1000111 0 111111 1000010 10011 11 111010 110110

Color Harmonies of #CE4D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D47

Black with #CE4D47

Text Example


Text Example

White with #CE4D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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