Html Css Color HEX #D03023 Persian Red

📋 copy color: '#D03023'

red 208 ◦ green 48 ◦ blue 35

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

Shades of Persian Red #D03023

Tints of Persian Red #D03023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 71.48%
G = 16.49%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D03023 (or 0xD03023) is known color: Persian Red. HEX triplet: D0, 30 and 23. RGB value is (208,48,35). Sum of RGB (Red+Green+Blue) = 208+48+35=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D03023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03023 is #2FCFDC. Grayscale: #5E5E5E. Windows color (decimal): -3133405 or 2306256. OLE color: 2306256.

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

Color convert

RGB 208 48 35 -
CMYK 0 0.77 0.83 0.18
HSL 4.51º 0.71% 0.48% -
HSV(B) 4.51º 0.83% 0.82% -
XYZ 27.37 15.65 3.17 -
YUV 94.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 208 48 35 0 0.77 0.83 0.18 4.51 0.71 0.48
Hex D0 30 23 0 4D 53 12 5 47 30
Octal 320 60 43 0 115 123 22 5 107 60
Binary 11010000 110000 100011 0 1001101 1010011 10010 101 1000111 110000

Color Harmonies of #D03023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03023

Black with #D03023

Text Example


Text Example

White with #D03023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03023; }

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

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

background-color css

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

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

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

border-color css

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

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

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