Html Css Color HEX #D33930 Persian Red

📋 copy color: '#D33930'

red 211 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #D33930

Tints of Persian Red #D33930

RGB

 RED value IS 211 (82.81% from 255) = 66.77%

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

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

R = 66.77%
G = 18.04%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D33930 (or 0xD33930) is known color: Persian Red. HEX triplet: D3, 39 and 30. RGB value is (211,57,48). Sum of RGB (Red+Green+Blue) = 211+57+48=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33930 is #2CC6CF. Grayscale: #666666. Windows color (decimal): -2934480 or 3160531. OLE color: 3160531.

HSL color Cylindrical-coordinate representation of color #D33930: hue angle of 3.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33930 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 57 48 -
CMYK 0 0.73 0.77 0.17
HSL 3.31º 0.65% 0.51% -
HSV(B) 3.31º 0.77% 0.83% -
XYZ 28.86 16.99 4.55 -
YUV 102.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 211 57 48 0 0.73 0.77 0.17 3.31 0.65 0.51
Hex D3 39 30 0 49 4D 11 3 41 33
Octal 323 71 60 0 111 115 21 3 101 63
Binary 11010011 111001 110000 0 1001001 1001101 10001 11 1000001 110011

Color Harmonies of #D33930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33930

Black with #D33930

Text Example


Text Example

White with #D33930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33930; }

 p { color: rgb(211,57,48); }

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

background-color css

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

 a { background-color: rgb(211,57,48); }

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

border-color css

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

 span { border-color: rgb(211,57,48); }

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