Html Css Color HEX #D03125 Persian Red

📋 copy color: '#D03125'

red 208 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #D03125

Tints of Persian Red #D03125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 70.75%
G = 16.67%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D03125 (or 0xD03125) is known color: Persian Red. HEX triplet: D0, 31 and 25. RGB value is (208,49,37). Sum of RGB (Red+Green+Blue) = 208+49+37=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D03125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03125 is #2FCEDA. Grayscale: #5F5F5F. Windows color (decimal): -3133147 or 2437584. OLE color: 2437584.

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

Color convert

RGB 208 49 37 -
CMYK 0 0.76 0.82 0.18
HSL 4.21º 0.7% 0.48% -
HSV(B) 4.21º 0.82% 0.82% -
XYZ 27.44 15.74 3.34 -
YUV 95.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 208 49 37 0 0.76 0.82 0.18 4.21 0.7 0.48
Hex D0 31 25 0 4C 52 12 4 46 30
Octal 320 61 45 0 114 122 22 4 106 60
Binary 11010000 110001 100101 0 1001100 1010010 10010 100 1000110 110000

Color Harmonies of #D03125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03125

Black with #D03125

Text Example


Text Example

White with #D03125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03125; }

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

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

background-color css

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

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

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

border-color css

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

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

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