Html Css Color HEX #D33E34 Persian Red

📋 copy color: '#D33E34'

red 211 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #D33E34

Tints of Persian Red #D33E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 64.92%
G = 19.08%
B = 16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D33E34 (or 0xD33E34) is known color: Persian Red. HEX triplet: D3, 3E and 34. RGB value is (211,62,52). Sum of RGB (Red+Green+Blue) = 211+62+52=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E34 is #2CC1CB. Grayscale: #696969. Windows color (decimal): -2933196 or 3423955. OLE color: 3423955.

HSL color Cylindrical-coordinate representation of color #D33E34: hue angle of 3.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33E34 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 62 52 -
CMYK 0 0.71 0.75 0.17
HSL 3.77º 0.64% 0.52% -
HSV(B) 3.77º 0.75% 0.83% -
XYZ 29.21 17.54 5.1 -
YUV 105.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 211 62 52 0 0.71 0.75 0.17 3.77 0.64 0.52
Hex D3 3E 34 0 47 4B 11 4 40 34
Octal 323 76 64 0 107 113 21 4 100 64
Binary 11010011 111110 110100 0 1000111 1001011 10001 100 1000000 110100

Color Harmonies of #D33E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33E34

Black with #D33E34

Text Example


Text Example

White with #D33E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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