Html Css Color HEX #DB241F Persian Red

📋 copy color: '#DB241F'

red 219 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #DB241F

Tints of Persian Red #DB241F

RGB

 RED value IS 219 (85.94% from 255) = 76.57%

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

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

R = 76.57%
G = 12.59%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB241F (or 0xDB241F) is known color: Persian Red. HEX triplet: DB, 24 and 1F. RGB value is (219,36,31). Sum of RGB (Red+Green+Blue) = 219+36+31=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB241F is #24DBE0. Grayscale: #5A5A5A. Windows color (decimal): -2415585 or 2041051. OLE color: 2041051.

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

Color convert

RGB 219 36 31 -
CMYK 0 0.84 0.86 0.14
HSL 1.6º 0.75% 0.49% -
HSV(B) 1.6º 0.86% 0.86% -
XYZ 30.09 16.42 2.88 -
YUV 90.15 94.63 219.91 -
System Red Green Blue C M Y K H S L
Decimal 219 36 31 0 0.84 0.86 0.14 1.6 0.75 0.49
Hex DB 24 1F 0 54 56 E 2 4B 31
Octal 333 44 37 0 124 126 16 2 113 61
Binary 11011011 100100 11111 0 1010100 1010110 1110 10 1001011 110001

Color Harmonies of #DB241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB241F

Black with #DB241F

Text Example


Text Example

White with #DB241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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