Html Css Color HEX #D24241 Persian Red

📋 copy color: '#D24241'

red 210 ◦ green 66 ◦ blue 65

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

Shades of Persian Red #D24241

Tints of Persian Red #D24241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.35%

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

R = 61.58%
G = 19.35%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D24241 (or 0xD24241) is known color: Persian Red. HEX triplet: D2, 42 and 41. RGB value is (210,66,65). Sum of RGB (Red+Green+Blue) = 210+66+65=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D24241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24241 is #2DBDBE. Grayscale: #6D6D6D. Windows color (decimal): -2997695 or 4276946. OLE color: 4276946.

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

Color convert

RGB 210 66 65 -
CMYK 0 0.69 0.69 0.18
HSL 0.41º 0.62% 0.54% -
HSV(B) 0.41º 0.69% 0.82% -
XYZ 29.48 17.98 6.92 -
YUV 108.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 210 66 65 0 0.69 0.69 0.18 0.41 0.62 0.54
Hex D2 42 41 0 45 45 12 0 3E 36
Octal 322 102 101 0 105 105 22 0 76 66
Binary 11010010 1000010 1000001 0 1000101 1000101 10010 0 111110 110110

Color Harmonies of #D24241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24241

Black with #D24241

Text Example


Text Example

White with #D24241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24241; }

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

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

background-color css

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

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

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

border-color css

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

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

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