Html Css Color HEX #CE5351 Valencia

📋 copy color: '#CE5351'

red 206 ◦ green 83 ◦ blue 81

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

Shades of Valencia #CE5351

Tints of Valencia #CE5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 55.68%
G = 22.43%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5351 (or 0xCE5351) is known color: Valencia. HEX triplet: CE, 53 and 51. RGB value is (206,83,81). Sum of RGB (Red+Green+Blue) = 206+83+81=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5351 is #31ACAE. Grayscale: #777777. Windows color (decimal): -3255471 or 5329870. OLE color: 5329870.

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

Color convert

RGB 206 83 81 -
CMYK 0 0.60 0.61 0.19
HSL 0.96º 0.56% 0.56% -
HSV(B) 0.96º 0.61% 0.81% -
XYZ 30.03 19.9 10.04 -
YUV 119.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 206 83 81 0 0.60 0.61 0.19 0.96 0.56 0.56
Hex CE 53 51 0 3C 3D 13 1 38 38
Octal 316 123 121 0 74 75 23 1 70 70
Binary 11001110 1010011 1010001 0 111100 111101 10011 1 111000 111000

Color Harmonies of #CE5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5351

Black with #CE5351

Text Example


Text Example

White with #CE5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5351; }

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

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

background-color css

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

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

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

border-color css

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

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

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