Html Css Color HEX #D33939 Persian Red

📋 copy color: '#D33939'

red 211 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #D33939

Tints of Persian Red #D33939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 64.92%
G = 17.54%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D33939 (or 0xD33939) is known color: Persian Red. HEX triplet: D3, 39 and 39. RGB value is (211,57,57). Sum of RGB (Red+Green+Blue) = 211+57+57=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33939 is #2CC6C6. Grayscale: #676767. Windows color (decimal): -2934471 or 3750355. OLE color: 3750355.

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

Color convert

RGB 211 57 57 -
CMYK 0 0.73 0.73 0.17
HSL 0.64% 0.53% -
HSV(B) 0.73% 0.83% -
XYZ 29.07 17.07 5.63 -
YUV 103.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 211 57 57 0 0.73 0.73 0.17 0 0.64 0.53
Hex D3 39 39 0 49 49 11 0 40 35
Octal 323 71 71 0 111 111 21 0 100 65
Binary 11010011 111001 111001 0 1001001 1001001 10001 0 1000000 110101

Color Harmonies of #D33939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33939

Black with #D33939

Text Example


Text Example

White with #D33939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33939; }

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

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

background-color css

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

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

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

border-color css

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

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

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