Html Css Color HEX #DB302A Persian Red

📋 copy color: '#DB302A'

red 219 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #DB302A

Tints of Persian Red #DB302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 70.87%
G = 15.53%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB302A (or 0xDB302A) is known color: Persian Red. HEX triplet: DB, 30 and 2A. RGB value is (219,48,42). Sum of RGB (Red+Green+Blue) = 219+48+42=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB302A is #24CFD5. Grayscale: #626262. Windows color (decimal): -2412502 or 2765019. OLE color: 2765019.

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

Color convert

RGB 219 48 42 -
CMYK 0 0.78 0.81 0.14
HSL 2.03º 0.71% 0.51% -
HSV(B) 2.03º 0.81% 0.86% -
XYZ 30.69 17.34 3.92 -
YUV 98.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 219 48 42 0 0.78 0.81 0.14 2.03 0.71 0.51
Hex DB 30 2A 0 4E 51 E 2 47 33
Octal 333 60 52 0 116 121 16 2 107 63
Binary 11011011 110000 101010 0 1001110 1010001 1110 10 1000111 110011

Color Harmonies of #DB302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB302A

Black with #DB302A

Text Example


Text Example

White with #DB302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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