Html Css Color HEX #D02A23 Persian Red

📋 copy color: '#D02A23'

red 208 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #D02A23

Tints of Persian Red #D02A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 72.98%
G = 14.74%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02A23 (or 0xD02A23) is known color: Persian Red. HEX triplet: D0, 2A and 23. RGB value is (208,42,35). Sum of RGB (Red+Green+Blue) = 208+42+35=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A23 is #2FD5DC. Grayscale: #5B5B5B. Windows color (decimal): -3134941 or 2304720. OLE color: 2304720.

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

Color convert

RGB 208 42 35 -
CMYK 0 0.80 0.83 0.18
HSL 2.43º 0.71% 0.48% -
HSV(B) 2.43º 0.83% 0.82% -
XYZ 27.14 15.19 3.09 -
YUV 90.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 208 42 35 0 0.80 0.83 0.18 2.43 0.71 0.48
Hex D0 2A 23 0 50 53 12 2 47 30
Octal 320 52 43 0 120 123 22 2 107 60
Binary 11010000 101010 100011 0 1010000 1010011 10010 10 1000111 110000

Color Harmonies of #D02A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02A23

Black with #D02A23

Text Example


Text Example

White with #D02A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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