Html Css Color HEX #D03328 Persian Red

📋 copy color: '#D03328'

red 208 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #D03328

Tints of Persian Red #D03328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 69.57%
G = 17.06%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D03328 (or 0xD03328) is known color: Persian Red. HEX triplet: D0, 33 and 28. RGB value is (208,51,40). Sum of RGB (Red+Green+Blue) = 208+51+40=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D03328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03328 is #2FCCD7. Grayscale: #606060. Windows color (decimal): -3132632 or 2634704. OLE color: 2634704.

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

Color convert

RGB 208 51 40 -
CMYK 0 0.75 0.81 0.18
HSL 3.93º 0.68% 0.49% -
HSV(B) 3.93º 0.81% 0.82% -
XYZ 27.58 15.93 3.63 -
YUV 96.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 208 51 40 0 0.75 0.81 0.18 3.93 0.68 0.49
Hex D0 33 28 0 4B 51 12 4 44 31
Octal 320 63 50 0 113 121 22 4 104 61
Binary 11010000 110011 101000 0 1001011 1010001 10010 100 1000100 110001

Color Harmonies of #D03328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03328

Black with #D03328

Text Example


Text Example

White with #D03328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03328; }

 p { color: rgb(208,51,40); }

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

background-color css

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

 a { background-color: rgb(208,51,40); }

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

border-color css

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

 span { border-color: rgb(208,51,40); }

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