Html Css Color HEX #D03933 Persian Red

📋 copy color: '#D03933'

red 208 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #D03933

Tints of Persian Red #D03933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 65.82%
G = 18.04%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03933 (or 0xD03933) is known color: Persian Red. HEX triplet: D0, 39 and 33. RGB value is (208,57,51). Sum of RGB (Red+Green+Blue) = 208+57+51=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03933 is #2FC6CC. Grayscale: #656565. Windows color (decimal): -3131085 or 3357136. OLE color: 3357136.

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

Color convert

RGB 208 57 51 -
CMYK 0 0.73 0.75 0.18
HSL 2.29º 0.63% 0.51% -
HSV(B) 2.29º 0.75% 0.82% -
XYZ 28.07 16.58 4.85 -
YUV 101.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 208 57 51 0 0.73 0.75 0.18 2.29 0.63 0.51
Hex D0 39 33 0 49 4B 12 2 3F 33
Octal 320 71 63 0 111 113 22 2 77 63
Binary 11010000 111001 110011 0 1001001 1001011 10010 10 111111 110011

Color Harmonies of #D03933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03933

Black with #D03933

Text Example


Text Example

White with #D03933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03933; }

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

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

background-color css

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

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

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

border-color css

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

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

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