Html Css Color HEX #D24C41 Valencia

📋 copy color: '#D24C41'

red 210 ◦ green 76 ◦ blue 65

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

Shades of Valencia #D24C41

Tints of Valencia #D24C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 59.83%
G = 21.65%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24C41 (or 0xD24C41) is known color: Valencia. HEX triplet: D2, 4C and 41. RGB value is (210,76,65). Sum of RGB (Red+Green+Blue) = 210+76+65=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C41 is #2DB3BE. Grayscale: #727272. Windows color (decimal): -2995135 or 4279506. OLE color: 4279506.

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

Color convert

RGB 210 76 65 -
CMYK 0 0.64 0.69 0.18
HSL 4.55º 0.62% 0.54% -
HSV(B) 4.55º 0.69% 0.82% -
XYZ 30.12 19.25 7.13 -
YUV 114.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 210 76 65 0 0.64 0.69 0.18 4.55 0.62 0.54
Hex D2 4C 41 0 40 45 12 5 3E 36
Octal 322 114 101 0 100 105 22 5 76 66
Binary 11010010 1001100 1000001 0 1000000 1000101 10010 101 111110 110110

Color Harmonies of #D24C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C41

Black with #D24C41

Text Example


Text Example

White with #D24C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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