Html Css Color HEX #D0302E Persian Red

📋 copy color: '#D0302E'

red 208 ◦ green 48 ◦ blue 46

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

Shades of Persian Red #D0302E

Tints of Persian Red #D0302E

RGB

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

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

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

R = 68.87%
G = 15.89%
B = 15.23%

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

#D0302E (or 0xD0302E) is known color: Persian Red. HEX triplet: D0, 30 and 2E. RGB value is (208,48,46). Sum of RGB (Red+Green+Blue) = 208+48+46=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0302E is #2FCFD1. Grayscale: #5F5F5F. Windows color (decimal): -3133394 or 3027152. OLE color: 3027152.

HSL color Cylindrical-coordinate representation of color #D0302E: hue angle of 0.74º 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 #D0302E is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 46 -
CMYK 0 0.77 0.78 0.18
HSL 0.74º 0.64% 0.5% -
HSV(B) 0.74º 0.78% 0.82% -
XYZ 27.56 15.72 4.17 -
YUV 95.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 208 48 46 0 0.77 0.78 0.18 0.74 0.64 0.5
Hex D0 30 2E 0 4D 4E 12 1 40 32
Octal 320 60 56 0 115 116 22 1 100 62
Binary 11010000 110000 101110 0 1001101 1001110 10010 1 1000000 110010

Color Harmonies of #D0302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0302E

Black with #D0302E

Text Example


Text Example

White with #D0302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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