Html Css Color HEX #D1423B Persian Red

📋 copy color: '#D1423B'

red 209 ◦ green 66 ◦ blue 59

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

Shades of Persian Red #D1423B

Tints of Persian Red #D1423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.76%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 62.57%
G = 19.76%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1423B (or 0xD1423B) is known color: Persian Red. HEX triplet: D1, 42 and 3B. RGB value is (209,66,59). Sum of RGB (Red+Green+Blue) = 209+66+59=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1423B is #2EBDC4. Grayscale: #6C6C6C. Windows color (decimal): -3063237 or 3883729. OLE color: 3883729.

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

Color convert

RGB 209 66 59 -
CMYK 0 0.68 0.72 0.18
HSL 2.8º 0.62% 0.53% -
HSV(B) 2.8º 0.72% 0.82% -
XYZ 29.03 17.77 6.04 -
YUV 107.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 209 66 59 0 0.68 0.72 0.18 2.8 0.62 0.53
Hex D1 42 3B 0 44 48 12 3 3E 35
Octal 321 102 73 0 104 110 22 3 76 65
Binary 11010001 1000010 111011 0 1000100 1001000 10010 11 111110 110101

Color Harmonies of #D1423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1423B

Black with #D1423B

Text Example


Text Example

White with #D1423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1423B; }

 p { color: rgb(209,66,59); }

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

background-color css

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

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

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

border-color css

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

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

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