Html Css Color HEX #D03A27 Persian Red

📋 copy color: '#D03A27'

red 208 ◦ green 58 ◦ blue 39

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

Shades of Persian Red #D03A27

Tints of Persian Red #D03A27

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.02%

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 68.2%
G = 19.02%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D03A27 (or 0xD03A27) is known color: Persian Red. HEX triplet: D0, 3A and 27. RGB value is (208,58,39). Sum of RGB (Red+Green+Blue) = 208+58+39=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A27 is #2FC5D8. Grayscale: #646464. Windows color (decimal): -3130841 or 2570960. OLE color: 2570960.

HSL color Cylindrical-coordinate representation of color #D03A27: hue angle of 6.75º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D03A27 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 58 39 -
CMYK 0 0.72 0.81 0.18
HSL 6.75º 0.68% 0.48% -
HSV(B) 6.75º 0.81% 0.82% -
XYZ 27.89 16.58 3.65 -
YUV 100.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 208 58 39 0 0.72 0.81 0.18 6.75 0.68 0.48
Hex D0 3A 27 0 48 51 12 7 44 30
Octal 320 72 47 0 110 121 22 7 104 60
Binary 11010000 111010 100111 0 1001000 1010001 10010 111 1000100 110000

Color Harmonies of #D03A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A27

Black with #D03A27

Text Example


Text Example

White with #D03A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A27; }

 p { color: rgb(208,58,39); }

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

background-color css

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

 a { background-color: rgb(208,58,39); }

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

border-color css

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

 span { border-color: rgb(208,58,39); }

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