Html Css Color HEX #D33B2F Persian Red

📋 copy color: '#D33B2F'

red 211 ◦ green 59 ◦ blue 47

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

Shades of Persian Red #D33B2F

Tints of Persian Red #D33B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 66.56%
G = 18.61%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D33B2F (or 0xD33B2F) is known color: Persian Red. HEX triplet: D3, 3B and 2F. RGB value is (211,59,47). Sum of RGB (Red+Green+Blue) = 211+59+47=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B2F is #2CC4D0. Grayscale: #676767. Windows color (decimal): -2933969 or 3095507. OLE color: 3095507.

HSL color Cylindrical-coordinate representation of color #D33B2F: hue angle of 4.39º 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 #D33B2F is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 59 47 -
CMYK 0 0.72 0.78 0.17
HSL 4.39º 0.65% 0.51% -
HSV(B) 4.39º 0.78% 0.83% -
XYZ 28.94 17.18 4.48 -
YUV 103.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 211 59 47 0 0.72 0.78 0.17 4.39 0.65 0.51
Hex D3 3B 2F 0 48 4E 11 4 41 33
Octal 323 73 57 0 110 116 21 4 101 63
Binary 11010011 111011 101111 0 1001000 1001110 10001 100 1000001 110011

Color Harmonies of #D33B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B2F

Black with #D33B2F

Text Example


Text Example

White with #D33B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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