Html Css Color HEX #D13330 Persian Red

📋 copy color: '#D13330'

red 209 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #D13330

Tints of Persian Red #D13330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 67.86%
G = 16.56%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13330 (or 0xD13330) is known color: Persian Red. HEX triplet: D1, 33 and 30. RGB value is (209,51,48). Sum of RGB (Red+Green+Blue) = 209+51+48=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D13330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13330 is #2ECCCF. Grayscale: #626262. Windows color (decimal): -3067088 or 3158993. OLE color: 3158993.

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

Color convert

RGB 209 51 48 -
CMYK 0 0.76 0.77 0.18
HSL 1.12º 0.64% 0.5% -
HSV(B) 1.12º 0.77% 0.82% -
XYZ 28.01 16.14 4.43 -
YUV 97.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 209 51 48 0 0.76 0.77 0.18 1.12 0.64 0.5
Hex D1 33 30 0 4C 4D 12 1 40 32
Octal 321 63 60 0 114 115 22 1 100 62
Binary 11010001 110011 110000 0 1001100 1001101 10010 1 1000000 110010

Color Harmonies of #D13330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13330

Black with #D13330

Text Example


Text Example

White with #D13330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13330; }

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

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

background-color css

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

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

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

border-color css

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

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

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