Html Css Color HEX #CE4D43 Valencia

📋 copy color: '#CE4D43'

red 206 ◦ green 77 ◦ blue 67

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

Shades of Valencia #CE4D43

Tints of Valencia #CE4D43

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 58.86%
G = 22%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE4D43 (or 0xCE4D43) is known color: Valencia. HEX triplet: CE, 4D and 43. RGB value is (206,77,67). Sum of RGB (Red+Green+Blue) = 206+77+67=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4D43 is #31B2BC. Grayscale: #727272. Windows color (decimal): -3257021 or 4410830. OLE color: 4410830.

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

Color convert

RGB 206 77 67 -
CMYK 0 0.63 0.67 0.19
HSL 4.32º 0.59% 0.54% -
HSV(B) 4.32º 0.67% 0.81% -
XYZ 29.12 18.83 7.41 -
YUV 114.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 206 77 67 0 0.63 0.67 0.19 4.32 0.59 0.54
Hex CE 4D 43 0 3F 43 13 4 3B 36
Octal 316 115 103 0 77 103 23 4 73 66
Binary 11001110 1001101 1000011 0 111111 1000011 10011 100 111011 110110

Color Harmonies of #CE4D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4D43

Black with #CE4D43

Text Example


Text Example

White with #CE4D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4D43; }

 p { color: rgb(206,77,67); }

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

background-color css

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

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

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

border-color css

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

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

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