Html Css Color HEX #D83333 Persian Red

📋 copy color: '#D83333'

red 216 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #D83333

Tints of Persian Red #D83333

RGB

 RED value IS 216 (84.77% from 255) = 67.92%

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 67.92%
G = 16.04%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D83333 (or 0xD83333) is known color: Persian Red. HEX triplet: D8, 33 and 33. RGB value is (216,51,51). Sum of RGB (Red+Green+Blue) = 216+51+51=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D83333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83333 is #27CCCC. Grayscale: #646464. Windows color (decimal): -2608333 or 3355608. OLE color: 3355608.

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

Color convert

RGB 216 51 51 -
CMYK 0 0.76 0.76 0.15
HSL 0.68% 0.52% -
HSV(B) 0.76% 0.85% -
XYZ 30.1 17.21 4.87 -
YUV 100.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 216 51 51 0 0.76 0.76 0.15 0 0.68 0.52
Hex D8 33 33 0 4C 4C F 0 44 34
Octal 330 63 63 0 114 114 17 0 104 64
Binary 11011000 110011 110011 0 1001100 1001100 1111 0 1000100 110100

Color Harmonies of #D83333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83333

Black with #D83333

Text Example


Text Example

White with #D83333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83333; }

 p { color: rgb(216,51,51); }

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

background-color css

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

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

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

border-color css

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

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

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