Html Css Color HEX #D93222 Persian Red

📋 copy color: '#D93222'

red 217 ◦ green 50 ◦ blue 34

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

Shades of Persian Red #D93222

Tints of Persian Red #D93222

RGB

 RED value IS 217 (85.16% from 255) = 72.09%

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 72.09%
G = 16.61%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D93222 (or 0xD93222) is known color: Persian Red. HEX triplet: D9, 32 and 22. RGB value is (217,50,34). Sum of RGB (Red+Green+Blue) = 217+50+34=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D93222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93222 is #26CDDD. Grayscale: #626262. Windows color (decimal): -2543070 or 2241241. OLE color: 2241241.

HSL color Cylindrical-coordinate representation of color #D93222: hue angle of 5.25º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D93222 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 34 -
CMYK 0 0.77 0.84 0.15
HSL 5.25º 0.73% 0.49% -
HSV(B) 5.25º 0.84% 0.85% -
XYZ 30.04 17.15 3.24 -
YUV 98.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 217 50 34 0 0.77 0.84 0.15 5.25 0.73 0.49
Hex D9 32 22 0 4D 54 F 5 49 31
Octal 331 62 42 0 115 124 17 5 111 61
Binary 11011001 110010 100010 0 1001101 1010100 1111 101 1001001 110001

Color Harmonies of #D93222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93222

Black with #D93222

Text Example


Text Example

White with #D93222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93222; }

 p { color: rgb(217,50,34); }

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

background-color css

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

 a { background-color: rgb(217,50,34); }

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

border-color css

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

 span { border-color: rgb(217,50,34); }

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