Html Css Color HEX #D33E2F Persian Red

📋 copy color: '#D33E2F'

red 211 ◦ green 62 ◦ blue 47

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

Shades of Persian Red #D33E2F

Tints of Persian Red #D33E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

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

R = 65.94%
G = 19.38%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D33E2F (or 0xD33E2F) is known color: Persian Red. HEX triplet: D3, 3E and 2F. RGB value is (211,62,47). Sum of RGB (Red+Green+Blue) = 211+62+47=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E2F is #2CC1D0. Grayscale: #696969. Windows color (decimal): -2933201 or 3096275. OLE color: 3096275.

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

Color convert

RGB 211 62 47 -
CMYK 0 0.71 0.78 0.17
HSL 5.49º 0.65% 0.51% -
HSV(B) 5.49º 0.78% 0.83% -
XYZ 29.1 17.5 4.53 -
YUV 104.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 211 62 47 0 0.71 0.78 0.17 5.49 0.65 0.51
Hex D3 3E 2F 0 47 4E 11 5 41 33
Octal 323 76 57 0 107 116 21 5 101 63
Binary 11010011 111110 101111 0 1000111 1001110 10001 101 1000001 110011

Color Harmonies of #D33E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E2F

Black with #D33E2F

Text Example


Text Example

White with #D33E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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