Html Css Color HEX #D9241F Persian Red

📋 copy color: '#D9241F'

red 217 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #D9241F

Tints of Persian Red #D9241F

RGB

 RED value IS 217 (85.16% from 255) = 76.41%

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 76.41%
G = 12.68%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9241F (or 0xD9241F) is known color: Persian Red. HEX triplet: D9, 24 and 1F. RGB value is (217,36,31). Sum of RGB (Red+Green+Blue) = 217+36+31=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D9241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9241F is #26DBE0. Grayscale: #595959. Windows color (decimal): -2546657 or 2041049. OLE color: 2041049.

HSL color Cylindrical-coordinate representation of color #D9241F: hue angle of 1.61º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9241F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 31 -
CMYK 0 0.83 0.86 0.15
HSL 1.61º 0.75% 0.49% -
HSV(B) 1.61º 0.86% 0.85% -
XYZ 29.49 16.11 2.85 -
YUV 89.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 217 36 31 0 0.83 0.86 0.15 1.61 0.75 0.49
Hex D9 24 1F 0 53 56 F 2 4B 31
Octal 331 44 37 0 123 126 17 2 113 61
Binary 11011001 100100 11111 0 1010011 1010110 1111 10 1001011 110001

Color Harmonies of #D9241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9241F

Black with #D9241F

Text Example


Text Example

White with #D9241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9241F; }

 p { color: rgb(217,36,31); }

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

background-color css

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

 a { background-color: rgb(217,36,31); }

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

border-color css

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

 span { border-color: rgb(217,36,31); }

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