Html Css Color HEX #D03330 Persian Red

📋 copy color: '#D03330'

red 208 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #D03330

Tints of Persian Red #D03330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 67.75%
G = 16.61%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D03330 (or 0xD03330) is known color: Persian Red. HEX triplet: D0, 33 and 30. RGB value is (208,51,48). Sum of RGB (Red+Green+Blue) = 208+51+48=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D03330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03330 is #2FCCCF. Grayscale: #616161. Windows color (decimal): -3132624 or 3158992. OLE color: 3158992.

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

Color convert

RGB 208 51 48 -
CMYK 0 0.75 0.77 0.18
HSL 1.13º 0.63% 0.5% -
HSV(B) 1.13º 0.77% 0.82% -
XYZ 27.73 15.99 4.42 -
YUV 97.6 100.01 206.74 -
System Red Green Blue C M Y K H S L
Decimal 208 51 48 0 0.75 0.77 0.18 1.13 0.63 0.5
Hex D0 33 30 0 4B 4D 12 1 3F 32
Octal 320 63 60 0 113 115 22 1 77 62
Binary 11010000 110011 110000 0 1001011 1001101 10010 1 111111 110010

Color Harmonies of #D03330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03330

Black with #D03330

Text Example


Text Example

White with #D03330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03330; }

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

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

background-color css

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

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

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

border-color css

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

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

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