Html Css Color HEX #D93833 Persian Red

📋 copy color: '#D93833'

red 217 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #D93833

Tints of Persian Red #D93833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.74%

R = 66.98%
G = 17.28%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93833 (or 0xD93833) is known color: Persian Red. HEX triplet: D9, 38 and 33. RGB value is (217,56,51). Sum of RGB (Red+Green+Blue) = 217+56+51=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D93833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93833 is #26C7CC. Grayscale: #676767. Windows color (decimal): -2541517 or 3356889. OLE color: 3356889.

HSL color Cylindrical-coordinate representation of color #D93833: hue angle of 1.81º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93833 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 51 -
CMYK 0 0.74 0.76 0.15
HSL 1.81º 0.69% 0.53% -
HSV(B) 1.81º 0.76% 0.85% -
XYZ 30.63 17.82 4.96 -
YUV 103.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 217 56 51 0 0.74 0.76 0.15 1.81 0.69 0.53
Hex D9 38 33 0 4A 4C F 2 45 35
Octal 331 70 63 0 112 114 17 2 105 65
Binary 11011001 111000 110011 0 1001010 1001100 1111 10 1000101 110101

Color Harmonies of #D93833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93833

Black with #D93833

Text Example


Text Example

White with #D93833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93833; }

 p { color: rgb(217,56,51); }

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

background-color css

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

 a { background-color: rgb(217,56,51); }

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

border-color css

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

 span { border-color: rgb(217,56,51); }

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