Html Css Color HEX #D33024 Persian Red

📋 copy color: '#D33024'

red 211 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #D33024

Tints of Persian Red #D33024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 71.53%
G = 16.27%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D33024 (or 0xD33024) is known color: Persian Red. HEX triplet: D3, 30 and 24. RGB value is (211,48,36). Sum of RGB (Red+Green+Blue) = 211+48+36=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D33024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33024 is #2CCFDB. Grayscale: #5F5F5F. Windows color (decimal): -2936796 or 2371795. OLE color: 2371795.

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

Color convert

RGB 211 48 36 -
CMYK 0 0.77 0.83 0.17
HSL 4.11º 0.71% 0.48% -
HSV(B) 4.11º 0.83% 0.83% -
XYZ 28.24 16.09 3.29 -
YUV 95.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 211 48 36 0 0.77 0.83 0.17 4.11 0.71 0.48
Hex D3 30 24 0 4D 53 11 4 47 30
Octal 323 60 44 0 115 123 21 4 107 60
Binary 11010011 110000 100100 0 1001101 1010011 10001 100 1000111 110000

Color Harmonies of #D33024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33024

Black with #D33024

Text Example


Text Example

White with #D33024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33024; }

 p { color: rgb(211,48,36); }

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

background-color css

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

 a { background-color: rgb(211,48,36); }

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

border-color css

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

 span { border-color: rgb(211,48,36); }

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