Html Css Color HEX #D04030 Persian Red

📋 copy color: '#D04030'

red 208 ◦ green 64 ◦ blue 48

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

Shades of Persian Red #D04030

Tints of Persian Red #D04030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 48 (19.14% from 255) = 15%

R = 65%
G = 20%
B = 15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D04030 (or 0xD04030) is known color: Persian Red. HEX triplet: D0, 40 and 30. RGB value is (208,64,48). Sum of RGB (Red+Green+Blue) = 208+64+48=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D04030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04030 is #2FBFCF. Grayscale: #696969. Windows color (decimal): -3129296 or 3162320. OLE color: 3162320.

HSL color Cylindrical-coordinate representation of color #D04030: hue angle of 6º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D04030 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 48 -
CMYK 0 0.69 0.77 0.18
HSL 0.63% 0.5% -
HSV(B) 0.77% 0.82% -
XYZ 28.38 17.29 4.64 -
YUV 105.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 208 64 48 0 0.69 0.77 0.18 6 0.63 0.5
Hex D0 40 30 0 45 4D 12 6 3F 32
Octal 320 100 60 0 105 115 22 6 77 62
Binary 11010000 1000000 110000 0 1000101 1001101 10010 110 111111 110010

Color Harmonies of #D04030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04030

Black with #D04030

Text Example


Text Example

White with #D04030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04030; }

 p { color: rgb(208,64,48); }

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

background-color css

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

 a { background-color: rgb(208,64,48); }

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

border-color css

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

 span { border-color: rgb(208,64,48); }

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