Html Css Color HEX #D3403A Persian Red

📋 copy color: '#D3403A'

red 211 ◦ green 64 ◦ blue 58

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

Shades of Persian Red #D3403A

Tints of Persian Red #D3403A

RGB

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

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

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

R = 63.36%
G = 19.22%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3403A (or 0xD3403A) is known color: Persian Red. HEX triplet: D3, 40 and 3A. RGB value is (211,64,58). Sum of RGB (Red+Green+Blue) = 211+64+58=333 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.36% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403A is #2CBFC5. Grayscale: #6B6B6B. Windows color (decimal): -2932678 or 3817683. OLE color: 3817683.

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

Color convert

RGB 211 64 58 -
CMYK 0 0.70 0.73 0.17
HSL 2.35º 0.63% 0.53% -
HSV(B) 2.35º 0.73% 0.83% -
XYZ 29.46 17.82 5.89 -
YUV 107.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 211 64 58 0 0.70 0.73 0.17 2.35 0.63 0.53
Hex D3 40 3A 0 46 49 11 2 3F 35
Octal 323 100 72 0 106 111 21 2 77 65
Binary 11010011 1000000 111010 0 1000110 1001001 10001 10 111111 110101

Color Harmonies of #D3403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3403A

Black with #D3403A

Text Example


Text Example

White with #D3403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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