Html Css Color HEX #D33834 Persian Red

📋 copy color: '#D33834'

red 211 ◦ green 56 ◦ blue 52

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

Shades of Persian Red #D33834

Tints of Persian Red #D33834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 66.14%
G = 17.55%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D33834 (or 0xD33834) is known color: Persian Red. HEX triplet: D3, 38 and 34. RGB value is (211,56,52). Sum of RGB (Red+Green+Blue) = 211+56+52=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D33834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33834 is #2CC7CB. Grayscale: #666666. Windows color (decimal): -2934732 or 3422419. OLE color: 3422419.

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

Color convert

RGB 211 56 52 -
CMYK 0 0.73 0.75 0.17
HSL 1.51º 0.64% 0.52% -
HSV(B) 1.51º 0.75% 0.83% -
XYZ 28.9 16.93 4.99 -
YUV 101.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 211 56 52 0 0.73 0.75 0.17 1.51 0.64 0.52
Hex D3 38 34 0 49 4B 11 2 40 34
Octal 323 70 64 0 111 113 21 2 100 64
Binary 11010011 111000 110100 0 1001001 1001011 10001 10 1000000 110100

Color Harmonies of #D33834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33834

Black with #D33834

Text Example


Text Example

White with #D33834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33834; }

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

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

background-color css

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

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

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

border-color css

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

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

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