Html Css Color HEX #D03925 Persian Red

📋 copy color: '#D03925'

red 208 ◦ green 57 ◦ blue 37

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

Shades of Persian Red #D03925

Tints of Persian Red #D03925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

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

R = 68.87%
G = 18.87%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03925 (or 0xD03925) is known color: Persian Red. HEX triplet: D0, 39 and 25. RGB value is (208,57,37). Sum of RGB (Red+Green+Blue) = 208+57+37=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D03925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03925 is #2FC6DA. Grayscale: #646464. Windows color (decimal): -3131099 or 2439632. OLE color: 2439632.

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

Color convert

RGB 208 57 37 -
CMYK 0 0.73 0.82 0.18
HSL 7.02º 0.7% 0.48% -
HSV(B) 7.02º 0.82% 0.82% -
XYZ 27.81 16.47 3.46 -
YUV 99.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 208 57 37 0 0.73 0.82 0.18 7.02 0.7 0.48
Hex D0 39 25 0 49 52 12 7 46 30
Octal 320 71 45 0 111 122 22 7 106 60
Binary 11010000 111001 100101 0 1001001 1010010 10010 111 1000110 110000

Color Harmonies of #D03925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03925

Black with #D03925

Text Example


Text Example

White with #D03925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03925; }

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

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

background-color css

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

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

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

border-color css

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

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

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