Html Css Color HEX #DB302E Persian Red

📋 copy color: '#DB302E'

red 219 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #DB302E

Tints of Persian Red #DB302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 69.97%
G = 15.34%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB302E (or 0xDB302E) is known color: Persian Red. HEX triplet: DB, 30 and 2E. RGB value is (219,48,46). Sum of RGB (Red+Green+Blue) = 219+48+46=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB302E is #24CFD1. Grayscale: #636363. Windows color (decimal): -2412498 or 3027163. OLE color: 3027163.

HSL color Cylindrical-coordinate representation of color #DB302E: hue angle of 0.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB302E is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 46 -
CMYK 0 0.78 0.79 0.14
HSL 0.69º 0.71% 0.52% -
HSV(B) 0.69º 0.79% 0.86% -
XYZ 30.76 17.37 4.32 -
YUV 98.9 98.15 213.66 -
System Red Green Blue C M Y K H S L
Decimal 219 48 46 0 0.78 0.79 0.14 0.69 0.71 0.52
Hex DB 30 2E 0 4E 4F E 1 47 34
Octal 333 60 56 0 116 117 16 1 107 64
Binary 11011011 110000 101110 0 1001110 1001111 1110 1 1000111 110100

Color Harmonies of #DB302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB302E

Black with #DB302E

Text Example


Text Example

White with #DB302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB302E; }

 p { color: rgb(219,48,46); }

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

background-color css

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

 a { background-color: rgb(219,48,46); }

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

border-color css

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

 span { border-color: rgb(219,48,46); }

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