Html Css Color HEX #D13333 Persian Red

📋 copy color: '#D13333'

red 209 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #D13333

Tints of Persian Red #D13333

RGB

 RED value IS 209 (82.03% from 255) = 67.2%

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

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

R = 67.2%
G = 16.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13333 (or 0xD13333) is known color: Persian Red. HEX triplet: D1, 33 and 33. RGB value is (209,51,51). Sum of RGB (Red+Green+Blue) = 209+51+51=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13333 is #2ECCCC. Grayscale: #626262. Windows color (decimal): -3067085 or 3355601. OLE color: 3355601.

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

Color convert

RGB 209 51 51 -
CMYK 0 0.76 0.76 0.18
HSL 0.63% 0.51% -
HSV(B) 0.76% 0.82% -
XYZ 28.08 16.16 4.77 -
YUV 98.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 209 51 51 0 0.76 0.76 0.18 0 0.63 0.51
Hex D1 33 33 0 4C 4C 12 0 3F 33
Octal 321 63 63 0 114 114 22 0 77 63
Binary 11010001 110011 110011 0 1001100 1001100 10010 0 111111 110011

Color Harmonies of #D13333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13333

Black with #D13333

Text Example


Text Example

White with #D13333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13333; }

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

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

background-color css

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

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

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

border-color css

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

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

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