Html Css Color HEX #D24C4B Valencia

📋 copy color: '#D24C4B'

red 210 ◦ green 76 ◦ blue 75

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

Shades of Valencia #D24C4B

Tints of Valencia #D24C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

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

R = 58.17%
G = 21.05%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D24C4B (or 0xD24C4B) is known color: Valencia. HEX triplet: D2, 4C and 4B. RGB value is (210,76,75). Sum of RGB (Red+Green+Blue) = 210+76+75=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C4B is #2DB3B4. Grayscale: #747474. Windows color (decimal): -2995125 or 4934866. OLE color: 4934866.

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

Color convert

RGB 210 76 75 -
CMYK 0 0.64 0.64 0.18
HSL 0.44º 0.6% 0.56% -
HSV(B) 0.44º 0.64% 0.82% -
XYZ 30.43 19.38 8.79 -
YUV 115.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 210 76 75 0 0.64 0.64 0.18 0.44 0.6 0.56
Hex D2 4C 4B 0 40 40 12 0 3C 38
Octal 322 114 113 0 100 100 22 0 74 70
Binary 11010010 1001100 1001011 0 1000000 1000000 10010 0 111100 111000

Color Harmonies of #D24C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C4B

Black with #D24C4B

Text Example


Text Example

White with #D24C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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