Html Css Color HEX #D03B25 Persian Red

📋 copy color: '#D03B25'

red 208 ◦ green 59 ◦ blue 37

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

Shades of Persian Red #D03B25

Tints of Persian Red #D03B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 68.42%
G = 19.41%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03B25 (or 0xD03B25) is known color: Persian Red. HEX triplet: D0, 3B and 25. RGB value is (208,59,37). Sum of RGB (Red+Green+Blue) = 208+59+37=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D03B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03B25 is #2FC4DA. Grayscale: #656565. Windows color (decimal): -3130587 or 2440144. OLE color: 2440144.

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

Color convert

RGB 208 59 37 -
CMYK 0 0.72 0.82 0.18
HSL 7.72º 0.7% 0.48% -
HSV(B) 7.72º 0.82% 0.82% -
XYZ 27.91 16.67 3.5 -
YUV 101.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 208 59 37 0 0.72 0.82 0.18 7.72 0.7 0.48
Hex D0 3B 25 0 48 52 12 8 46 30
Octal 320 73 45 0 110 122 22 10 106 60
Binary 11010000 111011 100101 0 1001000 1010010 10010 1000 1000110 110000

Color Harmonies of #D03B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03B25

Black with #D03B25

Text Example


Text Example

White with #D03B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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