Html Css Color HEX #D02D23 Persian Red

📋 copy color: '#D02D23'

red 208 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #D02D23

Tints of Persian Red #D02D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

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

R = 72.22%
G = 15.63%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D02D23 (or 0xD02D23) is known color: Persian Red. HEX triplet: D0, 2D and 23. RGB value is (208,45,35). Sum of RGB (Red+Green+Blue) = 208+45+35=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D23 is #2FD2DC. Grayscale: #5C5C5C. Windows color (decimal): -3134173 or 2305488. OLE color: 2305488.

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

Color convert

RGB 208 45 35 -
CMYK 0 0.78 0.83 0.18
HSL 3.47º 0.71% 0.48% -
HSV(B) 3.47º 0.83% 0.82% -
XYZ 27.25 15.41 3.13 -
YUV 92.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 208 45 35 0 0.78 0.83 0.18 3.47 0.71 0.48
Hex D0 2D 23 0 4E 53 12 3 47 30
Octal 320 55 43 0 116 123 22 3 107 60
Binary 11010000 101101 100011 0 1001110 1010011 10010 11 1000111 110000

Color Harmonies of #D02D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D23

Black with #D02D23

Text Example


Text Example

White with #D02D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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