Html Css Color HEX #DB302B Persian Red

📋 copy color: '#DB302B'

red 219 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #DB302B

Tints of Persian Red #DB302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 70.65%
G = 15.48%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB302B (or 0xDB302B) is known color: Persian Red. HEX triplet: DB, 30 and 2B. RGB value is (219,48,43). Sum of RGB (Red+Green+Blue) = 219+48+43=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB302B is #24CFD4. Grayscale: #626262. Windows color (decimal): -2412501 or 2830555. OLE color: 2830555.

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

Color convert

RGB 219 48 43 -
CMYK 0 0.78 0.80 0.14
HSL 1.7º 0.71% 0.51% -
HSV(B) 1.7º 0.8% 0.86% -
XYZ 30.71 17.35 4.02 -
YUV 98.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 219 48 43 0 0.78 0.80 0.14 1.7 0.71 0.51
Hex DB 30 2B 0 4E 50 E 2 47 33
Octal 333 60 53 0 116 120 16 2 107 63
Binary 11011011 110000 101011 0 1001110 1010000 1110 10 1000111 110011

Color Harmonies of #DB302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB302B

Black with #DB302B

Text Example


Text Example

White with #DB302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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