Html Css Color HEX #D24641 Valencia

📋 copy color: '#D24641'

red 210 ◦ green 70 ◦ blue 65

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

Shades of Valencia #D24641

Tints of Valencia #D24641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 60.87%
G = 20.29%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24641 (or 0xD24641) is known color: Valencia. HEX triplet: D2, 46 and 41. RGB value is (210,70,65). Sum of RGB (Red+Green+Blue) = 210+70+65=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D24641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24641 is #2DB9BE. Grayscale: #6F6F6F. Windows color (decimal): -2996671 or 4277970. OLE color: 4277970.

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

Color convert

RGB 210 70 65 -
CMYK 0 0.67 0.69 0.18
HSL 2.07º 0.62% 0.54% -
HSV(B) 2.07º 0.69% 0.82% -
XYZ 29.72 18.46 7 -
YUV 111.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 210 70 65 0 0.67 0.69 0.18 2.07 0.62 0.54
Hex D2 46 41 0 43 45 12 2 3E 36
Octal 322 106 101 0 103 105 22 2 76 66
Binary 11010010 1000110 1000001 0 1000011 1000101 10010 10 111110 110110

Color Harmonies of #D24641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24641

Black with #D24641

Text Example


Text Example

White with #D24641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24641; }

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

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

background-color css

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

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

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

border-color css

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

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

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