Html Css Color HEX #D1433A Persian Red

📋 copy color: '#D1433A'

red 209 ◦ green 67 ◦ blue 58

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

Shades of Persian Red #D1433A

Tints of Persian Red #D1433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 62.57%
G = 20.06%
B = 17.37%

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

#D1433A (or 0xD1433A) is known color: Persian Red. HEX triplet: D1, 43 and 3A. RGB value is (209,67,58). Sum of RGB (Red+Green+Blue) = 209+67+58=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1433A is #2EBCC5. Grayscale: #6C6C6C. Windows color (decimal): -3062982 or 3818449. OLE color: 3818449.

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

Color convert

RGB 209 67 58 -
CMYK 0 0.68 0.72 0.18
HSL 3.58º 0.62% 0.52% -
HSV(B) 3.58º 0.72% 0.82% -
XYZ 29.07 17.88 5.92 -
YUV 108.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 209 67 58 0 0.68 0.72 0.18 3.58 0.62 0.52
Hex D1 43 3A 0 44 48 12 4 3E 34
Octal 321 103 72 0 104 110 22 4 76 64
Binary 11010001 1000011 111010 0 1000100 1001000 10010 100 111110 110100

Color Harmonies of #D1433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1433A

Black with #D1433A

Text Example


Text Example

White with #D1433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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