Html Css Color HEX #D24139 Persian Red

📋 copy color: '#D24139'

red 210 ◦ green 65 ◦ blue 57

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

Shades of Persian Red #D24139

Tints of Persian Red #D24139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

 BLUE value IS 57 (22.66% from 255) = 17.17%

R = 63.25%
G = 19.58%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D24139 (or 0xD24139) is known color: Persian Red. HEX triplet: D2, 41 and 39. RGB value is (210,65,57). Sum of RGB (Red+Green+Blue) = 210+65+57=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D24139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24139 is #2DBEC6. Grayscale: #6B6B6B. Windows color (decimal): -2997959 or 3752402. OLE color: 3752402.

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

Color convert

RGB 210 65 57 -
CMYK 0 0.69 0.73 0.18
HSL 3.14º 0.63% 0.52% -
HSV(B) 3.14º 0.73% 0.82% -
XYZ 29.21 17.78 5.76 -
YUV 107.44 99.54 201.15 -
System Red Green Blue C M Y K H S L
Decimal 210 65 57 0 0.69 0.73 0.18 3.14 0.63 0.52
Hex D2 41 39 0 45 49 12 3 3F 34
Octal 322 101 71 0 105 111 22 3 77 64
Binary 11010010 1000001 111001 0 1000101 1001001 10010 11 111111 110100

Color Harmonies of #D24139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24139

Black with #D24139

Text Example


Text Example

White with #D24139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24139; }

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

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

background-color css

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

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

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

border-color css

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

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

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