Html Css Color HEX #D13630 Persian Red

📋 copy color: '#D13630'

red 209 ◦ green 54 ◦ blue 48

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

Shades of Persian Red #D13630

Tints of Persian Red #D13630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 67.2%
G = 17.36%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13630 (or 0xD13630) is known color: Persian Red. HEX triplet: D1, 36 and 30. RGB value is (209,54,48). Sum of RGB (Red+Green+Blue) = 209+54+48=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13630 is #2EC9CF. Grayscale: #636363. Windows color (decimal): -3066320 or 3159761. OLE color: 3159761.

HSL color Cylindrical-coordinate representation of color #D13630: hue angle of 2.24º 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 #D13630 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 48 -
CMYK 0 0.74 0.77 0.18
HSL 2.24º 0.64% 0.5% -
HSV(B) 2.24º 0.77% 0.82% -
XYZ 28.15 16.41 4.48 -
YUV 99.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 209 54 48 0 0.74 0.77 0.18 2.24 0.64 0.5
Hex D1 36 30 0 4A 4D 12 2 40 32
Octal 321 66 60 0 112 115 22 2 100 62
Binary 11010001 110110 110000 0 1001010 1001101 10010 10 1000000 110010

Color Harmonies of #D13630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13630

Black with #D13630

Text Example


Text Example

White with #D13630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13630; }

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

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

background-color css

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

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

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

border-color css

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

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

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