Html Css Color HEX #D1433D Persian Red

📋 copy color: '#D1433D'

red 209 ◦ green 67 ◦ blue 61

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

Shades of Persian Red #D1433D

Tints of Persian Red #D1433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.1%

R = 62.02%
G = 19.88%
B = 18.1%

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

#D1433D (or 0xD1433D) is known color: Persian Red. HEX triplet: D1, 43 and 3D. RGB value is (209,67,61). Sum of RGB (Red+Green+Blue) = 209+67+61=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1433D is #2EBCC2. Grayscale: #6C6C6C. Windows color (decimal): -3062979 or 4015057. OLE color: 4015057.

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

Color convert

RGB 209 67 61 -
CMYK 0 0.68 0.71 0.18
HSL 2.43º 0.62% 0.53% -
HSV(B) 2.43º 0.71% 0.82% -
XYZ 29.14 17.91 6.34 -
YUV 108.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 209 67 61 0 0.68 0.71 0.18 2.43 0.62 0.53
Hex D1 43 3D 0 44 47 12 2 3E 35
Octal 321 103 75 0 104 107 22 2 76 65
Binary 11010001 1000011 111101 0 1000100 1000111 10010 10 111110 110101

Color Harmonies of #D1433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1433D

Black with #D1433D

Text Example


Text Example

White with #D1433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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