Html Css Color HEX #D02823 Persian Red

📋 copy color: '#D02823'

red 208 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #D02823

Tints of Persian Red #D02823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 73.5%
G = 14.13%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02823 (or 0xD02823) is known color: Persian Red. HEX triplet: D0, 28 and 23. RGB value is (208,40,35). Sum of RGB (Red+Green+Blue) = 208+40+35=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D02823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02823 is #2FD7DC. Grayscale: #595959. Windows color (decimal): -3135453 or 2304208. OLE color: 2304208.

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

Color convert

RGB 208 40 35 -
CMYK 0 0.81 0.83 0.18
HSL 1.73º 0.71% 0.48% -
HSV(B) 1.73º 0.83% 0.82% -
XYZ 27.07 15.05 3.07 -
YUV 89.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 208 40 35 0 0.81 0.83 0.18 1.73 0.71 0.48
Hex D0 28 23 0 51 53 12 2 47 30
Octal 320 50 43 0 121 123 22 2 107 60
Binary 11010000 101000 100011 0 1010001 1010011 10010 10 1000111 110000

Color Harmonies of #D02823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02823

Black with #D02823

Text Example


Text Example

White with #D02823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02823; }

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

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

background-color css

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

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

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

border-color css

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

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

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