Html Css Color HEX #D05353 Valencia

📋 copy color: '#D05353'

red 208 ◦ green 83 ◦ blue 83

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

Shades of Valencia #D05353

Tints of Valencia #D05353

RGB

 RED value IS 208 (81.64% from 255) = 55.61%

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

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 55.61%
G = 22.19%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D05353 (or 0xD05353) is known color: Valencia. HEX triplet: D0, 53 and 53. RGB value is (208,83,83). Sum of RGB (Red+Green+Blue) = 208+83+83=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D05353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05353 is #2FACAC. Grayscale: #787878. Windows color (decimal): -3124397 or 5460944. OLE color: 5460944.

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

Color convert

RGB 208 83 83 -
CMYK 0 0.60 0.60 0.18
HSL 0.57% 0.57% -
HSV(B) 0.6% 0.82% -
XYZ 30.67 20.22 10.47 -
YUV 120.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 208 83 83 0 0.60 0.60 0.18 0 0.57 0.57
Hex D0 53 53 0 3C 3C 12 0 39 39
Octal 320 123 123 0 74 74 22 0 71 71
Binary 11010000 1010011 1010011 0 111100 111100 10010 0 111001 111001

Color Harmonies of #D05353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05353

Black with #D05353

Text Example


Text Example

White with #D05353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05353; }

 p { color: rgb(208,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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