Html Css Color HEX #DB251F Persian Red

📋 copy color: '#DB251F'

red 219 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #DB251F

Tints of Persian Red #DB251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 76.31%
G = 12.89%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB251F (or 0xDB251F) is known color: Persian Red. HEX triplet: DB, 25 and 1F. RGB value is (219,37,31). Sum of RGB (Red+Green+Blue) = 219+37+31=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB251F is #24DAE0. Grayscale: #5A5A5A. Windows color (decimal): -2415329 or 2041307. OLE color: 2041307.

HSL color Cylindrical-coordinate representation of color #DB251F: hue angle of 1.91º 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 #DB251F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 31 -
CMYK 0 0.83 0.86 0.14
HSL 1.91º 0.75% 0.49% -
HSV(B) 1.91º 0.86% 0.86% -
XYZ 30.12 16.48 2.89 -
YUV 90.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 219 37 31 0 0.83 0.86 0.14 1.91 0.75 0.49
Hex DB 25 1F 0 53 56 E 2 4B 31
Octal 333 45 37 0 123 126 16 2 113 61
Binary 11011011 100101 11111 0 1010011 1010110 1110 10 1001011 110001

Color Harmonies of #DB251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB251F

Black with #DB251F

Text Example


Text Example

White with #DB251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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