Html Css Color HEX #D5241F Persian Red

📋 copy color: '#D5241F'

red 213 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #D5241F

Tints of Persian Red #D5241F

RGB

 RED value IS 213 (83.59% from 255) = 76.07%

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

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

R = 76.07%
G = 12.86%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5241F (or 0xD5241F) is known color: Persian Red. HEX triplet: D5, 24 and 1F. RGB value is (213,36,31). Sum of RGB (Red+Green+Blue) = 213+36+31=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5241F is #2ADBE0. Grayscale: #585858. Windows color (decimal): -2808801 or 2041045. OLE color: 2041045.

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

Color convert

RGB 213 36 31 -
CMYK 0 0.83 0.85 0.16
HSL 1.65º 0.75% 0.48% -
HSV(B) 1.65º 0.85% 0.84% -
XYZ 28.32 15.51 2.8 -
YUV 88.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 213 36 31 0 0.83 0.85 0.16 1.65 0.75 0.48
Hex D5 24 1F 0 53 55 10 2 4B 30
Octal 325 44 37 0 123 125 20 2 113 60
Binary 11010101 100100 11111 0 1010011 1010101 10000 10 1001011 110000

Color Harmonies of #D5241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5241F

Black with #D5241F

Text Example


Text Example

White with #D5241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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