Html Css Color HEX #D0302D Persian Red

📋 copy color: '#D0302D'

red 208 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #D0302D

Tints of Persian Red #D0302D

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 69.1%
G = 15.95%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0302D (or 0xD0302D) is known color: Persian Red. HEX triplet: D0, 30 and 2D. RGB value is (208,48,45). Sum of RGB (Red+Green+Blue) = 208+48+45=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0302D is #2FCFD2. Grayscale: #5F5F5F. Windows color (decimal): -3133395 or 2961616. OLE color: 2961616.

HSL color Cylindrical-coordinate representation of color #D0302D: hue angle of 1.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0302D is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 45 -
CMYK 0 0.77 0.78 0.18
HSL 1.1º 0.64% 0.5% -
HSV(B) 1.1º 0.78% 0.82% -
XYZ 27.54 15.71 4.06 -
YUV 95.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 208 48 45 0 0.77 0.78 0.18 1.1 0.64 0.5
Hex D0 30 2D 0 4D 4E 12 1 40 32
Octal 320 60 55 0 115 116 22 1 100 62
Binary 11010000 110000 101101 0 1001101 1001110 10010 1 1000000 110010

Color Harmonies of #D0302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0302D

Black with #D0302D

Text Example


Text Example

White with #D0302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0302D; }

 p { color: rgb(208,48,45); }

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

background-color css

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

 a { background-color: rgb(208,48,45); }

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

border-color css

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

 span { border-color: rgb(208,48,45); }

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