Html Css Color HEX #CE5252 Valencia

📋 copy color: '#CE5252'

red 206 ◦ green 82 ◦ blue 82

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

Shades of Valencia #CE5252

Tints of Valencia #CE5252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 55.68%
G = 22.16%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5252 (or 0xCE5252) is known color: Valencia. HEX triplet: CE, 52 and 52. RGB value is (206,82,82). Sum of RGB (Red+Green+Blue) = 206+82+82=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5252 is #31ADAD. Grayscale: #777777. Windows color (decimal): -3255726 or 5395150. OLE color: 5395150.

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

Color convert

RGB 206 82 82 -
CMYK 0 0.60 0.60 0.19
HSL 0.56% 0.56% -
HSV(B) 0.6% 0.81% -
XYZ 29.99 19.77 10.22 -
YUV 119.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 206 82 82 0 0.60 0.60 0.19 0 0.56 0.56
Hex CE 52 52 0 3C 3C 13 0 38 38
Octal 316 122 122 0 74 74 23 0 70 70
Binary 11001110 1010010 1010010 0 111100 111100 10011 0 111000 111000

Color Harmonies of #CE5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5252

Black with #CE5252

Text Example


Text Example

White with #CE5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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