Html Css Color HEX #D1423C Persian Red

📋 copy color: '#D1423C'

red 209 ◦ green 66 ◦ blue 60

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

Shades of Persian Red #D1423C

Tints of Persian Red #D1423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 62.39%
G = 19.7%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1423C (or 0xD1423C) is known color: Persian Red. HEX triplet: D1, 42 and 3C. RGB value is (209,66,60). Sum of RGB (Red+Green+Blue) = 209+66+60=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1423C is #2EBDC3. Grayscale: #6C6C6C. Windows color (decimal): -3063236 or 3949265. OLE color: 3949265.

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

Color convert

RGB 209 66 60 -
CMYK 0 0.68 0.71 0.18
HSL 2.42º 0.62% 0.53% -
HSV(B) 2.42º 0.71% 0.82% -
XYZ 29.06 17.78 6.17 -
YUV 108.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 209 66 60 0 0.68 0.71 0.18 2.42 0.62 0.53
Hex D1 42 3C 0 44 47 12 2 3E 35
Octal 321 102 74 0 104 107 22 2 76 65
Binary 11010001 1000010 111100 0 1000100 1000111 10010 10 111110 110101

Color Harmonies of #D1423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1423C

Black with #D1423C

Text Example


Text Example

White with #D1423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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