Html Css Color HEX #D03230 Persian Red

📋 copy color: '#D03230'

red 208 ◦ green 50 ◦ blue 48

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

Shades of Persian Red #D03230

Tints of Persian Red #D03230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 67.97%
G = 16.34%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D03230 (or 0xD03230) is known color: Persian Red. HEX triplet: D0, 32 and 30. RGB value is (208,50,48). Sum of RGB (Red+Green+Blue) = 208+50+48=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D03230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03230 is #2FCDCF. Grayscale: #616161. Windows color (decimal): -3132880 or 3158736. OLE color: 3158736.

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

Color convert

RGB 208 50 48 -
CMYK 0 0.76 0.77 0.18
HSL 0.75º 0.63% 0.5% -
HSV(B) 0.75º 0.77% 0.82% -
XYZ 27.69 15.9 4.41 -
YUV 97.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 208 50 48 0 0.76 0.77 0.18 0.75 0.63 0.5
Hex D0 32 30 0 4C 4D 12 1 3F 32
Octal 320 62 60 0 114 115 22 1 77 62
Binary 11010000 110010 110000 0 1001100 1001101 10010 1 111111 110010

Color Harmonies of #D03230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03230

Black with #D03230

Text Example


Text Example

White with #D03230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03230; }

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

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

background-color css

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

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

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

border-color css

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

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

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