Html Css Color HEX #D33F2C Persian Red

📋 copy color: '#D33F2C'

red 211 ◦ green 63 ◦ blue 44

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

Shades of Persian Red #D33F2C

Tints of Persian Red #D33F2C

RGB

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

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

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

R = 66.35%
G = 19.81%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D33F2C (or 0xD33F2C) is known color: Persian Red. HEX triplet: D3, 3F and 2C. RGB value is (211,63,44). Sum of RGB (Red+Green+Blue) = 211+63+44=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F2C is #2CC0D3. Grayscale: #696969. Windows color (decimal): -2932948 or 2899923. OLE color: 2899923.

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

Color convert

RGB 211 63 44 -
CMYK 0 0.70 0.79 0.17
HSL 6.83º 0.65% 0.5% -
HSV(B) 6.83º 0.79% 0.83% -
XYZ 29.1 17.59 4.24 -
YUV 105.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 211 63 44 0 0.70 0.79 0.17 6.83 0.65 0.5
Hex D3 3F 2C 0 46 4F 11 7 41 32
Octal 323 77 54 0 106 117 21 7 101 62
Binary 11010011 111111 101100 0 1000110 1001111 10001 111 1000001 110010

Color Harmonies of #D33F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F2C

Black with #D33F2C

Text Example


Text Example

White with #D33F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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