Html Css Color HEX #DB231F Persian Red

📋 copy color: '#DB231F'

red 219 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #DB231F

Tints of Persian Red #DB231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

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

R = 76.84%
G = 12.28%
B = 10.88%

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

#DB231F (or 0xDB231F) is known color: Persian Red. HEX triplet: DB, 23 and 1F. RGB value is (219,35,31). Sum of RGB (Red+Green+Blue) = 219+35+31=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB231F is #24DCE0. Grayscale: #595959. Windows color (decimal): -2415841 or 2040795. OLE color: 2040795.

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

Color convert

RGB 219 35 31 -
CMYK 0 0.84 0.86 0.14
HSL 1.28º 0.75% 0.49% -
HSV(B) 1.28º 0.86% 0.86% -
XYZ 30.06 16.36 2.87 -
YUV 89.56 94.96 220.33 -
System Red Green Blue C M Y K H S L
Decimal 219 35 31 0 0.84 0.86 0.14 1.28 0.75 0.49
Hex DB 23 1F 0 54 56 E 1 4B 31
Octal 333 43 37 0 124 126 16 1 113 61
Binary 11011011 100011 11111 0 1010100 1010110 1110 1 1001011 110001

Color Harmonies of #DB231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB231F

Black with #DB231F

Text Example


Text Example

White with #DB231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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