Html Css Color HEX #D24242 Persian Red

📋 copy color: '#D24242'

red 210 ◦ green 66 ◦ blue 66

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

Shades of Persian Red #D24242

Tints of Persian Red #D24242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 61.4%
G = 19.3%
B = 19.3%

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

#D24242 (or 0xD24242) is known color: Persian Red. HEX triplet: D2, 42 and 42. RGB value is (210,66,66). Sum of RGB (Red+Green+Blue) = 210+66+66=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D24242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24242 is #2DBDBD. Grayscale: #6D6D6D. Windows color (decimal): -2997694 or 4342482. OLE color: 4342482.

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

Color convert

RGB 210 66 66 -
CMYK 0 0.69 0.69 0.18
HSL 0.62% 0.54% -
HSV(B) 0.69% 0.82% -
XYZ 29.51 17.99 7.07 -
YUV 109.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 210 66 66 0 0.69 0.69 0.18 0 0.62 0.54
Hex D2 42 42 0 45 45 12 0 3E 36
Octal 322 102 102 0 105 105 22 0 76 66
Binary 11010010 1000010 1000010 0 1000101 1000101 10010 0 111110 110110

Color Harmonies of #D24242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24242

Black with #D24242

Text Example


Text Example

White with #D24242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24242; }

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

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

background-color css

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

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

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

border-color css

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

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

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