Html Css Color HEX #D1412B Persian Red

📋 copy color: '#D1412B'

red 209 ◦ green 65 ◦ blue 43

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

Shades of Persian Red #D1412B

Tints of Persian Red #D1412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.5%

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 65.93%
G = 20.5%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1412B (or 0xD1412B) is known color: Persian Red. HEX triplet: D1, 41 and 2B. RGB value is (209,65,43). Sum of RGB (Red+Green+Blue) = 209+65+43=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1412B is #2EBED4. Grayscale: #696969. Windows color (decimal): -3063509 or 2834897. OLE color: 2834897.

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

Color convert

RGB 209 65 43 -
CMYK 0 0.69 0.79 0.18
HSL 7.95º 0.66% 0.49% -
HSV(B) 7.95º 0.79% 0.82% -
XYZ 28.62 17.51 4.16 -
YUV 105.55 92.71 201.79 -
System Red Green Blue C M Y K H S L
Decimal 209 65 43 0 0.69 0.79 0.18 7.95 0.66 0.49
Hex D1 41 2B 0 45 4F 12 8 42 31
Octal 321 101 53 0 105 117 22 10 102 61
Binary 11010001 1000001 101011 0 1000101 1001111 10010 1000 1000010 110001

Color Harmonies of #D1412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1412B

Black with #D1412B

Text Example


Text Example

White with #D1412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1412B; }

 p { color: rgb(209,65,43); }

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

background-color css

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

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

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

border-color css

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

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

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