Html Css Color HEX #D25B4B Valencia

📋 copy color: '#D25B4B'

red 210 ◦ green 91 ◦ blue 75

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

Shades of Valencia #D25B4B

Tints of Valencia #D25B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

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

R = 55.85%
G = 24.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D25B4B (or 0xD25B4B) is known color: Valencia. HEX triplet: D2, 5B and 4B. RGB value is (210,91,75). Sum of RGB (Red+Green+Blue) = 210+91+75=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25B4B is #2DA4B4. Grayscale: #7C7C7C. Windows color (decimal): -2991285 or 4938706. OLE color: 4938706.

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

Color convert

RGB 210 91 75 -
CMYK 0 0.57 0.64 0.18
HSL 7.11º 0.6% 0.56% -
HSV(B) 7.11º 0.64% 0.82% -
XYZ 31.59 21.69 9.18 -
YUV 124.76 99.92 188.8 -
System Red Green Blue C M Y K H S L
Decimal 210 91 75 0 0.57 0.64 0.18 7.11 0.6 0.56
Hex D2 5B 4B 0 39 40 12 7 3C 38
Octal 322 133 113 0 71 100 22 7 74 70
Binary 11010010 1011011 1001011 0 111001 1000000 10010 111 111100 111000

Color Harmonies of #D25B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B4B

Black with #D25B4B

Text Example


Text Example

White with #D25B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B4B; }

 p { color: rgb(210,91,75); }

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

background-color css

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

 a { background-color: rgb(210,91,75); }

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

border-color css

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

 span { border-color: rgb(210,91,75); }

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