Html Css Color HEX #D0302B Persian Red

📋 copy color: '#D0302B'

red 208 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #D0302B

Tints of Persian Red #D0302B

RGB

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

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

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

R = 69.57%
G = 16.05%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0302B (or 0xD0302B) is known color: Persian Red. HEX triplet: D0, 30 and 2B. RGB value is (208,48,43). Sum of RGB (Red+Green+Blue) = 208+48+43=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0302B is #2FCFD4. Grayscale: #5F5F5F. Windows color (decimal): -3133397 or 2830544. OLE color: 2830544.

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

Color convert

RGB 208 48 43 -
CMYK 0 0.77 0.79 0.18
HSL 1.82º 0.66% 0.49% -
HSV(B) 1.82º 0.79% 0.82% -
XYZ 27.51 15.7 3.87 -
YUV 95.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 208 48 43 0 0.77 0.79 0.18 1.82 0.66 0.49
Hex D0 30 2B 0 4D 4F 12 2 42 31
Octal 320 60 53 0 115 117 22 2 102 61
Binary 11010000 110000 101011 0 1001101 1001111 10010 10 1000010 110001

Color Harmonies of #D0302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0302B

Black with #D0302B

Text Example


Text Example

White with #D0302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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