Html Css Color HEX #D02D2A Persian Red

📋 copy color: '#D02D2A'

red 208 ◦ green 45 ◦ blue 42

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

Shades of Persian Red #D02D2A

Tints of Persian Red #D02D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 70.51%
G = 15.25%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D02D2A (or 0xD02D2A) is known color: Persian Red. HEX triplet: D0, 2D and 2A. RGB value is (208,45,42). Sum of RGB (Red+Green+Blue) = 208+45+42=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02D2A is #2FD2D5. Grayscale: #5D5D5D. Windows color (decimal): -3134166 or 2764240. OLE color: 2764240.

HSL color Cylindrical-coordinate representation of color #D02D2A: hue angle of 1.08º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02D2A is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 45 42 -
CMYK 0 0.78 0.80 0.18
HSL 1.08º 0.66% 0.49% -
HSV(B) 1.08º 0.8% 0.82% -
XYZ 27.37 15.45 3.73 -
YUV 93.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 208 45 42 0 0.78 0.80 0.18 1.08 0.66 0.49
Hex D0 2D 2A 0 4E 50 12 1 42 31
Octal 320 55 52 0 116 120 22 1 102 61
Binary 11010000 101101 101010 0 1001110 1010000 10010 1 1000010 110001

Color Harmonies of #D02D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02D2A

Black with #D02D2A

Text Example


Text Example

White with #D02D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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