Html Css Color HEX #D33A2F Persian Red

📋 copy color: '#D33A2F'

red 211 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #D33A2F

Tints of Persian Red #D33A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 66.77%
G = 18.35%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D33A2F (or 0xD33A2F) is known color: Persian Red. HEX triplet: D3, 3A and 2F. RGB value is (211,58,47). Sum of RGB (Red+Green+Blue) = 211+58+47=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A2F is #2CC5D0. Grayscale: #666666. Windows color (decimal): -2934225 or 3095251. OLE color: 3095251.

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

Color convert

RGB 211 58 47 -
CMYK 0 0.73 0.78 0.17
HSL 4.02º 0.65% 0.51% -
HSV(B) 4.02º 0.78% 0.83% -
XYZ 28.89 17.08 4.46 -
YUV 102.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 211 58 47 0 0.73 0.78 0.17 4.02 0.65 0.51
Hex D3 3A 2F 0 49 4E 11 4 41 33
Octal 323 72 57 0 111 116 21 4 101 63
Binary 11010011 111010 101111 0 1001001 1001110 10001 100 1000001 110011

Color Harmonies of #D33A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33A2F

Black with #D33A2F

Text Example


Text Example

White with #D33A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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