Html Css Color HEX #D24741 Valencia

📋 copy color: '#D24741'

red 210 ◦ green 71 ◦ blue 65

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

Shades of Valencia #D24741

Tints of Valencia #D24741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

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

R = 60.69%
G = 20.52%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24741 (or 0xD24741) is known color: Valencia. HEX triplet: D2, 47 and 41. RGB value is (210,71,65). Sum of RGB (Red+Green+Blue) = 210+71+65=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D24741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24741 is #2DB8BE. Grayscale: #707070. Windows color (decimal): -2996415 or 4278226. OLE color: 4278226.

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

Color convert

RGB 210 71 65 -
CMYK 0 0.66 0.69 0.18
HSL 2.48º 0.62% 0.54% -
HSV(B) 2.48º 0.69% 0.82% -
XYZ 29.79 18.59 7.02 -
YUV 111.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 210 71 65 0 0.66 0.69 0.18 2.48 0.62 0.54
Hex D2 47 41 0 42 45 12 2 3E 36
Octal 322 107 101 0 102 105 22 2 76 66
Binary 11010010 1000111 1000001 0 1000010 1000101 10010 10 111110 110110

Color Harmonies of #D24741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24741

Black with #D24741

Text Example


Text Example

White with #D24741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24741; }

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

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

background-color css

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

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

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

border-color css

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

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

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