Html Css Color HEX #D33A2C Persian Red

📋 copy color: '#D33A2C'

red 211 ◦ green 58 ◦ blue 44

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

Shades of Persian Red #D33A2C

Tints of Persian Red #D33A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 67.41%
G = 18.53%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D33A2C (or 0xD33A2C) is known color: Persian Red. HEX triplet: D3, 3A and 2C. RGB value is (211,58,44). Sum of RGB (Red+Green+Blue) = 211+58+44=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33A2C is #2CC5D3. Grayscale: #666666. Windows color (decimal): -2934228 or 2898643. OLE color: 2898643.

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

Color convert

RGB 211 58 44 -
CMYK 0 0.73 0.79 0.17
HSL 5.03º 0.65% 0.5% -
HSV(B) 5.03º 0.79% 0.83% -
XYZ 28.83 17.06 4.16 -
YUV 102.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 211 58 44 0 0.73 0.79 0.17 5.03 0.65 0.5
Hex D3 3A 2C 0 49 4F 11 5 41 32
Octal 323 72 54 0 111 117 21 5 101 62
Binary 11010011 111010 101100 0 1001001 1001111 10001 101 1000001 110010

Color Harmonies of #D33A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33A2C

Black with #D33A2C

Text Example


Text Example

White with #D33A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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