Html Css Color HEX #D2403A Persian Red

📋 copy color: '#D2403A'

red 210 ◦ green 64 ◦ blue 58

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

Shades of Persian Red #D2403A

Tints of Persian Red #D2403A

RGB

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

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

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

R = 63.25%
G = 19.28%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2403A (or 0xD2403A) is known color: Persian Red. HEX triplet: D2, 40 and 3A. RGB value is (210,64,58). Sum of RGB (Red+Green+Blue) = 210+64+58=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D2403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2403A is #2DBFC5. Grayscale: #6B6B6B. Windows color (decimal): -2998214 or 3817682. OLE color: 3817682.

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

Color convert

RGB 210 64 58 -
CMYK 0 0.70 0.72 0.18
HSL 2.37º 0.63% 0.53% -
HSV(B) 2.37º 0.72% 0.82% -
XYZ 29.18 17.67 5.88 -
YUV 106.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 210 64 58 0 0.70 0.72 0.18 2.37 0.63 0.53
Hex D2 40 3A 0 46 48 12 2 3F 35
Octal 322 100 72 0 106 110 22 2 77 65
Binary 11010010 1000000 111010 0 1000110 1001000 10010 10 111111 110101

Color Harmonies of #D2403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2403A

Black with #D2403A

Text Example


Text Example

White with #D2403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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