Html Css Color HEX #D3403C Persian Red

📋 copy color: '#D3403C'

red 211 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #D3403C

Tints of Persian Red #D3403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 62.99%
G = 19.1%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3403C (or 0xD3403C) is known color: Persian Red. HEX triplet: D3, 40 and 3C. RGB value is (211,64,60). Sum of RGB (Red+Green+Blue) = 211+64+60=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403C is #2CBFC3. Grayscale: #6B6B6B. Windows color (decimal): -2932676 or 3948755. OLE color: 3948755.

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

Color convert

RGB 211 64 60 -
CMYK 0 0.70 0.72 0.17
HSL 1.59º 0.63% 0.53% -
HSV(B) 1.59º 0.72% 0.83% -
XYZ 29.51 17.84 6.16 -
YUV 107.5 101.2 201.83 -
System Red Green Blue C M Y K H S L
Decimal 211 64 60 0 0.70 0.72 0.17 1.59 0.63 0.53
Hex D3 40 3C 0 46 48 11 2 3F 35
Octal 323 100 74 0 106 110 21 2 77 65
Binary 11010011 1000000 111100 0 1000110 1001000 10001 10 111111 110101

Color Harmonies of #D3403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3403C

Black with #D3403C

Text Example


Text Example

White with #D3403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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