Html Css Color HEX #CE4D48 Valencia

📋 copy color: '#CE4D48'

red 206 ◦ green 77 ◦ blue 72

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

Shades of Valencia #CE4D48

Tints of Valencia #CE4D48

RGB

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

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

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

R = 58.03%
G = 21.69%
B = 20.28%

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

#CE4D48 (or 0xCE4D48) is known color: Valencia. HEX triplet: CE, 4D and 48. RGB value is (206,77,72). Sum of RGB (Red+Green+Blue) = 206+77+72=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D48 is #31B2B7. Grayscale: #737373. Windows color (decimal): -3257016 or 4738510. OLE color: 4738510.

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

Color convert

RGB 206 77 72 -
CMYK 0 0.63 0.65 0.19
HSL 2.24º 0.58% 0.55% -
HSV(B) 2.24º 0.65% 0.81% -
XYZ 29.28 18.9 8.24 -
YUV 115 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 206 77 72 0 0.63 0.65 0.19 2.24 0.58 0.55
Hex CE 4D 48 0 3F 41 13 2 3A 37
Octal 316 115 110 0 77 101 23 2 72 67
Binary 11001110 1001101 1001000 0 111111 1000001 10011 10 111010 110111

Color Harmonies of #CE4D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D48

Black with #CE4D48

Text Example


Text Example

White with #CE4D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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