Html Css Color HEX #D03830 Persian Red

📋 copy color: '#D03830'

red 208 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #D03830

Tints of Persian Red #D03830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 66.67%
G = 17.95%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D03830 (or 0xD03830) is known color: Persian Red. HEX triplet: D0, 38 and 30. RGB value is (208,56,48). Sum of RGB (Red+Green+Blue) = 208+56+48=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D03830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03830 is #2FC7CF. Grayscale: #646464. Windows color (decimal): -3131344 or 3160272. OLE color: 3160272.

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

Color convert

RGB 208 56 48 -
CMYK 0 0.73 0.77 0.18
HSL 0.63% 0.5% -
HSV(B) 0.77% 0.82% -
XYZ 27.96 16.45 4.5 -
YUV 100.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 208 56 48 0 0.73 0.77 0.18 3 0.63 0.5
Hex D0 38 30 0 49 4D 12 3 3F 32
Octal 320 70 60 0 111 115 22 3 77 62
Binary 11010000 111000 110000 0 1001001 1001101 10010 11 111111 110010

Color Harmonies of #D03830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03830

Black with #D03830

Text Example


Text Example

White with #D03830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03830; }

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

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

background-color css

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

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

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

border-color css

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

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

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