Html Css Color HEX #D33B2C Persian Red

📋 copy color: '#D33B2C'

red 211 ◦ green 59 ◦ blue 44

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

Shades of Persian Red #D33B2C

Tints of Persian Red #D33B2C

RGB

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

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

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

R = 67.2%
G = 18.79%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D33B2C (or 0xD33B2C) is known color: Persian Red. HEX triplet: D3, 3B and 2C. RGB value is (211,59,44). Sum of RGB (Red+Green+Blue) = 211+59+44=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B2C is #2CC4D3. Grayscale: #666666. Windows color (decimal): -2933972 or 2898899. OLE color: 2898899.

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

Color convert

RGB 211 59 44 -
CMYK 0 0.72 0.79 0.17
HSL 5.39º 0.65% 0.5% -
HSV(B) 5.39º 0.79% 0.83% -
XYZ 28.88 17.16 4.17 -
YUV 102.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 211 59 44 0 0.72 0.79 0.17 5.39 0.65 0.5
Hex D3 3B 2C 0 48 4F 11 5 41 32
Octal 323 73 54 0 110 117 21 5 101 62
Binary 11010011 111011 101100 0 1001000 1001111 10001 101 1000001 110010

Color Harmonies of #D33B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B2C

Black with #D33B2C

Text Example


Text Example

White with #D33B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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