Html Css Color HEX #D1433B Persian Red

📋 copy color: '#D1433B'

red 209 ◦ green 67 ◦ blue 59

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

Shades of Persian Red #D1433B

Tints of Persian Red #D1433B

RGB

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

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

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

R = 62.39%
G = 20%
B = 17.61%

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

#D1433B (or 0xD1433B) is known color: Persian Red. HEX triplet: D1, 43 and 3B. RGB value is (209,67,59). Sum of RGB (Red+Green+Blue) = 209+67+59=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1433B is #2EBCC4. Grayscale: #6C6C6C. Windows color (decimal): -3062981 or 3883985. OLE color: 3883985.

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

Color convert

RGB 209 67 59 -
CMYK 0 0.68 0.72 0.18
HSL 3.2º 0.62% 0.53% -
HSV(B) 3.2º 0.72% 0.82% -
XYZ 29.09 17.89 6.06 -
YUV 108.55 100.04 199.65 -
System Red Green Blue C M Y K H S L
Decimal 209 67 59 0 0.68 0.72 0.18 3.2 0.62 0.53
Hex D1 43 3B 0 44 48 12 3 3E 35
Octal 321 103 73 0 104 110 22 3 76 65
Binary 11010001 1000011 111011 0 1000100 1001000 10010 11 111110 110101

Color Harmonies of #D1433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1433B

Black with #D1433B

Text Example


Text Example

White with #D1433B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1433B; }

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

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

background-color css

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

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

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

border-color css

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

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

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