Html Css Color HEX #D2413A Persian Red

📋 copy color: '#D2413A'

red 210 ◦ green 65 ◦ blue 58

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

Shades of Persian Red #D2413A

Tints of Persian Red #D2413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.52%

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

R = 63.06%
G = 19.52%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2413A (or 0xD2413A) is known color: Persian Red. HEX triplet: D2, 41 and 3A. RGB value is (210,65,58). Sum of RGB (Red+Green+Blue) = 210+65+58=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2413A is #2DBEC5. Grayscale: #6B6B6B. Windows color (decimal): -2997958 or 3817938. OLE color: 3817938.

HSL color Cylindrical-coordinate representation of color #D2413A: hue angle of 2.76º 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 #D2413A is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 65 58 -
CMYK 0 0.69 0.72 0.18
HSL 2.76º 0.63% 0.53% -
HSV(B) 2.76º 0.72% 0.82% -
XYZ 29.23 17.79 5.9 -
YUV 107.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 210 65 58 0 0.69 0.72 0.18 2.76 0.63 0.53
Hex D2 41 3A 0 45 48 12 3 3F 35
Octal 322 101 72 0 105 110 22 3 77 65
Binary 11010010 1000001 111010 0 1000101 1001000 10010 11 111111 110101

Color Harmonies of #D2413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2413A

Black with #D2413A

Text Example


Text Example

White with #D2413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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