Html Css Color HEX #DE534B Valencia

📋 copy color: '#DE534B'

red 222 ◦ green 83 ◦ blue 75

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

Shades of Valencia #DE534B

Tints of Valencia #DE534B

RGB

 RED value IS 222 (87.11% from 255) = 58.42%

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 58.42%
G = 21.84%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE534B (or 0xDE534B) is known color: Valencia. HEX triplet: DE, 53 and 4B. RGB value is (222,83,75). Sum of RGB (Red+Green+Blue) = 222+83+75=380 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.42% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 222 - color contains mainly: red. Hex color #DE534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE534B is #21ACB4. Grayscale: #7B7B7B. Windows color (decimal): -2206901 or 4936670. OLE color: 4936670.

HSL color Cylindrical-coordinate representation of color #DE534B: hue angle of 3.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE534B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 83 75 -
CMYK 0 0.63 0.66 0.13
HSL 3.27º 0.69% 0.58% -
HSV(B) 3.27º 0.66% 0.87% -
XYZ 34.49 22.22 9.13 -
YUV 123.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 222 83 75 0 0.63 0.66 0.13 3.27 0.69 0.58
Hex DE 53 4B 0 3F 42 D 3 45 3A
Octal 336 123 113 0 77 102 15 3 105 72
Binary 11011110 1010011 1001011 0 111111 1000010 1101 11 1000101 111010

Color Harmonies of #DE534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE534B

Black with #DE534B

Text Example


Text Example

White with #DE534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE534B; }

 p { color: rgb(222,83,75); }

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

background-color css

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

 a { background-color: rgb(222,83,75); }

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

border-color css

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

 span { border-color: rgb(222,83,75); }

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