Html Css Color HEX #CE514A Valencia

📋 copy color: '#CE514A'

red 206 ◦ green 81 ◦ blue 74

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

Shades of Valencia #CE514A

Tints of Valencia #CE514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 57.06%
G = 22.44%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE514A (or 0xCE514A) is known color: Valencia. HEX triplet: CE, 51 and 4A. RGB value is (206,81,74). Sum of RGB (Red+Green+Blue) = 206+81+74=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE514A is #31AEB5. Grayscale: #757575. Windows color (decimal): -3255990 or 4870606. OLE color: 4870606.

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

Color convert

RGB 206 81 74 -
CMYK 0 0.61 0.64 0.19
HSL 3.18º 0.57% 0.55% -
HSV(B) 3.18º 0.64% 0.81% -
XYZ 29.63 19.5 8.68 -
YUV 117.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 206 81 74 0 0.61 0.64 0.19 3.18 0.57 0.55
Hex CE 51 4A 0 3D 40 13 3 39 37
Octal 316 121 112 0 75 100 23 3 71 67
Binary 11001110 1010001 1001010 0 111101 1000000 10011 11 111001 110111

Color Harmonies of #CE514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE514A

Black with #CE514A

Text Example


Text Example

White with #CE514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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