Html Css Color HEX #D03123 Persian Red

📋 copy color: '#D03123'

red 208 ◦ green 49 ◦ blue 35

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

Shades of Persian Red #D03123

Tints of Persian Red #D03123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 71.23%
G = 16.78%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03123 (or 0xD03123) is known color: Persian Red. HEX triplet: D0, 31 and 23. RGB value is (208,49,35). Sum of RGB (Red+Green+Blue) = 208+49+35=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D03123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03123 is #2FCEDC. Grayscale: #5F5F5F. Windows color (decimal): -3133149 or 2306512. OLE color: 2306512.

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

Color convert

RGB 208 49 35 -
CMYK 0 0.76 0.83 0.18
HSL 4.86º 0.71% 0.48% -
HSV(B) 4.86º 0.83% 0.82% -
XYZ 27.41 15.73 3.18 -
YUV 94.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 208 49 35 0 0.76 0.83 0.18 4.86 0.71 0.48
Hex D0 31 23 0 4C 53 12 5 47 30
Octal 320 61 43 0 114 123 22 5 107 60
Binary 11010000 110001 100011 0 1001100 1010011 10010 101 1000111 110000

Color Harmonies of #D03123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03123

Black with #D03123

Text Example


Text Example

White with #D03123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03123; }

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

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

background-color css

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

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

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

border-color css

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

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

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