Html Css Color HEX #D25348 Valencia

📋 copy color: '#D25348'

red 210 ◦ green 83 ◦ blue 72

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

Shades of Valencia #D25348

Tints of Valencia #D25348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 57.53%
G = 22.74%
B = 19.73%

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

#D25348 (or 0xD25348) is known color: Valencia. HEX triplet: D2, 53 and 48. RGB value is (210,83,72). Sum of RGB (Red+Green+Blue) = 210+83+72=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D25348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25348 is #2DACB7. Grayscale: #777777. Windows color (decimal): -2993336 or 4740050. OLE color: 4740050.

HSL color Cylindrical-coordinate representation of color #D25348: hue angle of 4.78º 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 #D25348 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 83 72 -
CMYK 0 0.60 0.66 0.18
HSL 4.78º 0.61% 0.55% -
HSV(B) 4.78º 0.66% 0.82% -
XYZ 30.84 20.36 8.43 -
YUV 119.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 210 83 72 0 0.60 0.66 0.18 4.78 0.61 0.55
Hex D2 53 48 0 3C 42 12 5 3D 37
Octal 322 123 110 0 74 102 22 5 75 67
Binary 11010010 1010011 1001000 0 111100 1000010 10010 101 111101 110111

Color Harmonies of #D25348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25348

Black with #D25348

Text Example


Text Example

White with #D25348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25348; }

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

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

background-color css

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

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

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

border-color css

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

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

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