Html Css Color HEX #D03325 Persian Red

📋 copy color: '#D03325'

red 208 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D03325

Tints of Persian Red #D03325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 70.27%
G = 17.23%
B = 12.5%

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

#D03325 (or 0xD03325) is known color: Persian Red. HEX triplet: D0, 33 and 25. RGB value is (208,51,37). Sum of RGB (Red+Green+Blue) = 208+51+37=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D03325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03325 is #2FCCDA. Grayscale: #606060. Windows color (decimal): -3132635 or 2438096. OLE color: 2438096.

HSL color Cylindrical-coordinate representation of color #D03325: hue angle of 4.91º degrees, saturation: 0.7, 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 #D03325 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 51 37 -
CMYK 0 0.75 0.82 0.18
HSL 4.91º 0.7% 0.48% -
HSV(B) 4.91º 0.82% 0.82% -
XYZ 27.53 15.91 3.37 -
YUV 96.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 208 51 37 0 0.75 0.82 0.18 4.91 0.7 0.48
Hex D0 33 25 0 4B 52 12 5 46 30
Octal 320 63 45 0 113 122 22 5 106 60
Binary 11010000 110011 100101 0 1001011 1010010 10010 101 1000110 110000

Color Harmonies of #D03325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03325

Black with #D03325

Text Example


Text Example

White with #D03325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03325; }

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

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

background-color css

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

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

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

border-color css

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

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

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