Html Css Color HEX #D7241F Persian Red

📋 copy color: '#D7241F'

red 215 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #D7241F

Tints of Persian Red #D7241F

RGB

 RED value IS 215 (84.38% from 255) = 76.24%

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

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

R = 76.24%
G = 12.77%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7241F (or 0xD7241F) is known color: Persian Red. HEX triplet: D7, 24 and 1F. RGB value is (215,36,31). Sum of RGB (Red+Green+Blue) = 215+36+31=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D7241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7241F is #28DBE0. Grayscale: #595959. Windows color (decimal): -2677729 or 2041047. OLE color: 2041047.

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

Color convert

RGB 215 36 31 -
CMYK 0 0.83 0.86 0.16
HSL 1.63º 0.75% 0.48% -
HSV(B) 1.63º 0.86% 0.84% -
XYZ 28.9 15.81 2.82 -
YUV 88.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 215 36 31 0 0.83 0.86 0.16 1.63 0.75 0.48
Hex D7 24 1F 0 53 56 10 2 4B 30
Octal 327 44 37 0 123 126 20 2 113 60
Binary 11010111 100100 11111 0 1010011 1010110 10000 10 1001011 110000

Color Harmonies of #D7241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7241F

Black with #D7241F

Text Example


Text Example

White with #D7241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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