Html Css Color HEX #D3403E Persian Red

📋 copy color: '#D3403E'

red 211 ◦ green 64 ◦ blue 62

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

Shades of Persian Red #D3403E

Tints of Persian Red #D3403E

RGB

 RED value IS 211 (82.81% from 255) = 62.61%

 GREEN value IS 64 (25.39% from 255) = 18.99%

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

R = 62.61%
G = 18.99%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3403E (or 0xD3403E) is known color: Persian Red. HEX triplet: D3, 40 and 3E. RGB value is (211,64,62). Sum of RGB (Red+Green+Blue) = 211+64+62=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403E is #2CBFC1. Grayscale: #6B6B6B. Windows color (decimal): -2932674 or 4079827. OLE color: 4079827.

HSL color Cylindrical-coordinate representation of color #D3403E: hue angle of 0.81º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3403E is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 62 -
CMYK 0 0.70 0.71 0.17
HSL 0.81º 0.63% 0.54% -
HSV(B) 0.81º 0.71% 0.83% -
XYZ 29.57 17.86 6.45 -
YUV 107.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 211 64 62 0 0.70 0.71 0.17 0.81 0.63 0.54
Hex D3 40 3E 0 46 47 11 1 3F 36
Octal 323 100 76 0 106 107 21 1 77 66
Binary 11010011 1000000 111110 0 1000110 1000111 10001 1 111111 110110

Color Harmonies of #D3403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3403E

Black with #D3403E

Text Example


Text Example

White with #D3403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3403E; }

 p { color: rgb(211,64,62); }

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

background-color css

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

 a { background-color: rgb(211,64,62); }

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

border-color css

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

 span { border-color: rgb(211,64,62); }

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