Html Css Color HEX #CE514F Valencia

📋 copy color: '#CE514F'

red 206 ◦ green 81 ◦ blue 79

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

Shades of Valencia #CE514F

Tints of Valencia #CE514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 56.28%
G = 22.13%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE514F (or 0xCE514F) is known color: Valencia. HEX triplet: CE, 51 and 4F. RGB value is (206,81,79). Sum of RGB (Red+Green+Blue) = 206+81+79=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE514F is #31AEB0. Grayscale: #767676. Windows color (decimal): -3255985 or 5198286. OLE color: 5198286.

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

Color convert

RGB 206 81 79 -
CMYK 0 0.61 0.62 0.19
HSL 0.94º 0.56% 0.56% -
HSV(B) 0.94º 0.62% 0.81% -
XYZ 29.81 19.57 9.6 -
YUV 118.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 206 81 79 0 0.61 0.62 0.19 0.94 0.56 0.56
Hex CE 51 4F 0 3D 3E 13 1 38 38
Octal 316 121 117 0 75 76 23 1 70 70
Binary 11001110 1010001 1001111 0 111101 111110 10011 1 111000 111000

Color Harmonies of #CE514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE514F

Black with #CE514F

Text Example


Text Example

White with #CE514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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