Html Css Color HEX #CE5251 Valencia

📋 copy color: '#CE5251'

red 206 ◦ green 82 ◦ blue 81

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

Shades of Valencia #CE5251

Tints of Valencia #CE5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.22%

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

R = 55.83%
G = 22.22%
B = 21.95%

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

#CE5251 (or 0xCE5251) is known color: Valencia. HEX triplet: CE, 52 and 51. RGB value is (206,82,81). Sum of RGB (Red+Green+Blue) = 206+82+81=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5251 is #31ADAE. Grayscale: #777777. Windows color (decimal): -3255727 or 5329614. OLE color: 5329614.

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

Color convert

RGB 206 82 81 -
CMYK 0 0.60 0.61 0.19
HSL 0.48º 0.56% 0.56% -
HSV(B) 0.48º 0.61% 0.81% -
XYZ 29.96 19.75 10.02 -
YUV 118.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 206 82 81 0 0.60 0.61 0.19 0.48 0.56 0.56
Hex CE 52 51 0 3C 3D 13 0 38 38
Octal 316 122 121 0 74 75 23 0 70 70
Binary 11001110 1010010 1010001 0 111100 111101 10011 0 111000 111000

Color Harmonies of #CE5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5251

Black with #CE5251

Text Example


Text Example

White with #CE5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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