Html Css Color HEX #D1433E Persian Red

📋 copy color: '#D1433E'

red 209 ◦ green 67 ◦ blue 62

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

Shades of Persian Red #D1433E

Tints of Persian Red #D1433E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.82%

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 61.83%
G = 19.82%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1433E (or 0xD1433E) is known color: Persian Red. HEX triplet: D1, 43 and 3E. RGB value is (209,67,62). Sum of RGB (Red+Green+Blue) = 209+67+62=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1433E is #2EBCC1. Grayscale: #6D6D6D. Windows color (decimal): -3062978 or 4080593. OLE color: 4080593.

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

Color convert

RGB 209 67 62 -
CMYK 0 0.68 0.70 0.18
HSL 2.04º 0.62% 0.53% -
HSV(B) 2.04º 0.7% 0.82% -
XYZ 29.17 17.92 6.48 -
YUV 108.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 209 67 62 0 0.68 0.70 0.18 2.04 0.62 0.53
Hex D1 43 3E 0 44 46 12 2 3E 35
Octal 321 103 76 0 104 106 22 2 76 65
Binary 11010001 1000011 111110 0 1000100 1000110 10010 10 111110 110101

Color Harmonies of #D1433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1433E

Black with #D1433E

Text Example


Text Example

White with #D1433E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1433E; }

 p { color: rgb(209,67,62); }

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

background-color css

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

 a { background-color: rgb(209,67,62); }

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

border-color css

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

 span { border-color: rgb(209,67,62); }

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