Html Css Color HEX #D2402D Persian Red

📋 copy color: '#D2402D'

red 210 ◦ green 64 ◦ blue 45

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

Shades of Persian Red #D2402D

Tints of Persian Red #D2402D

RGB

 RED value IS 210 (82.42% from 255) = 65.83%

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 65.83%
G = 20.06%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2402D (or 0xD2402D) is known color: Persian Red. HEX triplet: D2, 40 and 2D. RGB value is (210,64,45). Sum of RGB (Red+Green+Blue) = 210+64+45=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2402D is #2DBFD2. Grayscale: #696969. Windows color (decimal): -2998227 or 2965714. OLE color: 2965714.

HSL color Cylindrical-coordinate representation of color #D2402D: hue angle of 6.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2402D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 45 -
CMYK 0 0.70 0.79 0.18
HSL 6.91º 0.65% 0.5% -
HSV(B) 6.91º 0.79% 0.82% -
XYZ 28.89 17.56 4.35 -
YUV 105.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 210 64 45 0 0.70 0.79 0.18 6.91 0.65 0.5
Hex D2 40 2D 0 46 4F 12 7 41 32
Octal 322 100 55 0 106 117 22 7 101 62
Binary 11010010 1000000 101101 0 1000110 1001111 10010 111 1000001 110010

Color Harmonies of #D2402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2402D

Black with #D2402D

Text Example


Text Example

White with #D2402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2402D; }

 p { color: rgb(210,64,45); }

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

background-color css

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

 a { background-color: rgb(210,64,45); }

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

border-color css

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

 span { border-color: rgb(210,64,45); }

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