Html Css Color HEX #DB3530 Persian Red

📋 copy color: '#DB3530'

red 219 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #DB3530

Tints of Persian Red #DB3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.56%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 68.44%
G = 16.56%
B = 15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3530 (or 0xDB3530) is known color: Persian Red. HEX triplet: DB, 35 and 30. RGB value is (219,53,48). Sum of RGB (Red+Green+Blue) = 219+53+48=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3530 is #24CACF. Grayscale: #666666. Windows color (decimal): -2411216 or 3159515. OLE color: 3159515.

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

Color convert

RGB 219 53 48 -
CMYK 0 0.76 0.78 0.14
HSL 1.75º 0.7% 0.52% -
HSV(B) 1.75º 0.78% 0.86% -
XYZ 31.02 17.82 4.6 -
YUV 102.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 219 53 48 0 0.76 0.78 0.14 1.75 0.7 0.52
Hex DB 35 30 0 4C 4E E 2 46 34
Octal 333 65 60 0 114 116 16 2 106 64
Binary 11011011 110101 110000 0 1001100 1001110 1110 10 1000110 110100

Color Harmonies of #DB3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3530

Black with #DB3530

Text Example


Text Example

White with #DB3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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