Html Css Color HEX #D33F34 Persian Red

📋 copy color: '#D33F34'

red 211 ◦ green 63 ◦ blue 52

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

Shades of Persian Red #D33F34

Tints of Persian Red #D33F34

RGB

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

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

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

R = 64.72%
G = 19.33%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D33F34 (or 0xD33F34) is known color: Persian Red. HEX triplet: D3, 3F and 34. RGB value is (211,63,52). Sum of RGB (Red+Green+Blue) = 211+63+52=326 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.72% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F34 is #2CC0CB. Grayscale: #6A6A6A. Windows color (decimal): -2932940 or 3424211. OLE color: 3424211.

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

Color convert

RGB 211 63 52 -
CMYK 0 0.70 0.75 0.17
HSL 4.15º 0.64% 0.52% -
HSV(B) 4.15º 0.75% 0.83% -
XYZ 29.26 17.65 5.11 -
YUV 106 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 211 63 52 0 0.70 0.75 0.17 4.15 0.64 0.52
Hex D3 3F 34 0 46 4B 11 4 40 34
Octal 323 77 64 0 106 113 21 4 100 64
Binary 11010011 111111 110100 0 1000110 1001011 10001 100 1000000 110100

Color Harmonies of #D33F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33F34

Black with #D33F34

Text Example


Text Example

White with #D33F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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