Html Css Color HEX #CE5553 Valencia

📋 copy color: '#CE5553'

red 206 ◦ green 85 ◦ blue 83

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

Shades of Valencia #CE5553

Tints of Valencia #CE5553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 55.08%
G = 22.73%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5553 (or 0xCE5553) is known color: Valencia. HEX triplet: CE, 55 and 53. RGB value is (206,85,83). Sum of RGB (Red+Green+Blue) = 206+85+83=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5553 is #31AAAC. Grayscale: #797979. Windows color (decimal): -3254957 or 5461454. OLE color: 5461454.

HSL color Cylindrical-coordinate representation of color #CE5553: hue angle of 0.98º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5553 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 85 83 -
CMYK 0 0.59 0.60 0.19
HSL 0.98º 0.56% 0.57% -
HSV(B) 0.98º 0.6% 0.81% -
XYZ 30.26 20.24 10.5 -
YUV 120.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 206 85 83 0 0.59 0.60 0.19 0.98 0.56 0.57
Hex CE 55 53 0 3B 3C 13 1 38 39
Octal 316 125 123 0 73 74 23 1 70 71
Binary 11001110 1010101 1010011 0 111011 111100 10011 1 111000 111001

Color Harmonies of #CE5553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5553

Black with #CE5553

Text Example


Text Example

White with #CE5553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5553; }

 p { color: rgb(206,85,83); }

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

background-color css

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

 a { background-color: rgb(206,85,83); }

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

border-color css

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

 span { border-color: rgb(206,85,83); }

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