Html Css Color HEX #D33F2F Persian Red

📋 copy color: '#D33F2F'

red 211 ◦ green 63 ◦ blue 47

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

Shades of Persian Red #D33F2F

Tints of Persian Red #D33F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 65.73%
G = 19.63%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D33F2F (or 0xD33F2F) is known color: Persian Red. HEX triplet: D3, 3F and 2F. RGB value is (211,63,47). Sum of RGB (Red+Green+Blue) = 211+63+47=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F2F is #2CC0D0. Grayscale: #696969. Windows color (decimal): -2932945 or 3096531. OLE color: 3096531.

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

Color convert

RGB 211 63 47 -
CMYK 0 0.70 0.78 0.17
HSL 5.85º 0.65% 0.51% -
HSV(B) 5.85º 0.78% 0.83% -
XYZ 29.15 17.61 4.55 -
YUV 105.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 211 63 47 0 0.70 0.78 0.17 5.85 0.65 0.51
Hex D3 3F 2F 0 46 4E 11 6 41 33
Octal 323 77 57 0 106 116 21 6 101 63
Binary 11010011 111111 101111 0 1000110 1001110 10001 110 1000001 110011

Color Harmonies of #D33F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F2F

Black with #D33F2F

Text Example


Text Example

White with #D33F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F2F; }

 p { color: rgb(211,63,47); }

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

background-color css

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

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

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

border-color css

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

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

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