Html Css Color HEX #D25347 Valencia

📋 copy color: '#D25347'

red 210 ◦ green 83 ◦ blue 71

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

Shades of Valencia #D25347

Tints of Valencia #D25347

RGB

 RED value IS 210 (82.42% from 255) = 57.69%

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

 BLUE value IS 71 (28.13% from 255) = 19.51%

R = 57.69%
G = 22.8%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D25347 (or 0xD25347) is known color: Valencia. HEX triplet: D2, 53 and 47. RGB value is (210,83,71). Sum of RGB (Red+Green+Blue) = 210+83+71=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D25347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25347 is #2DACB8. Grayscale: #777777. Windows color (decimal): -2993337 or 4674514. OLE color: 4674514.

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

Color convert

RGB 210 83 71 -
CMYK 0 0.60 0.66 0.18
HSL 5.18º 0.61% 0.55% -
HSV(B) 5.18º 0.66% 0.82% -
XYZ 30.81 20.34 8.26 -
YUV 119.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 210 83 71 0 0.60 0.66 0.18 5.18 0.61 0.55
Hex D2 53 47 0 3C 42 12 5 3D 37
Octal 322 123 107 0 74 102 22 5 75 67
Binary 11010010 1010011 1000111 0 111100 1000010 10010 101 111101 110111

Color Harmonies of #D25347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25347

Black with #D25347

Text Example


Text Example

White with #D25347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25347; }

 p { color: rgb(210,83,71); }

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

background-color css

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

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

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

border-color css

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

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

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