Html Css Color HEX #D03326 Persian Red

📋 copy color: '#D03326'

red 208 ◦ green 51 ◦ blue 38

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

Shades of Persian Red #D03326

Tints of Persian Red #D03326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 70.03%
G = 17.17%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03326 (or 0xD03326) is known color: Persian Red. HEX triplet: D0, 33 and 26. RGB value is (208,51,38). Sum of RGB (Red+Green+Blue) = 208+51+38=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D03326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03326 is #2FCCD9. Grayscale: #606060. Windows color (decimal): -3132634 or 2503632. OLE color: 2503632.

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

Color convert

RGB 208 51 38 -
CMYK 0 0.75 0.82 0.18
HSL 4.59º 0.69% 0.48% -
HSV(B) 4.59º 0.82% 0.82% -
XYZ 27.55 15.92 3.45 -
YUV 96.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 208 51 38 0 0.75 0.82 0.18 4.59 0.69 0.48
Hex D0 33 26 0 4B 52 12 5 45 30
Octal 320 63 46 0 113 122 22 5 105 60
Binary 11010000 110011 100110 0 1001011 1010010 10010 101 1000101 110000

Color Harmonies of #D03326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03326

Black with #D03326

Text Example


Text Example

White with #D03326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03326; }

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

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

background-color css

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

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

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

border-color css

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

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

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