Html Css Color HEX #D2413B Persian Red

📋 copy color: '#D2413B'

red 210 ◦ green 65 ◦ blue 59

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

Shades of Persian Red #D2413B

Tints of Persian Red #D2413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 62.87%
G = 19.46%
B = 17.66%

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

#D2413B (or 0xD2413B) is known color: Persian Red. HEX triplet: D2, 41 and 3B. RGB value is (210,65,59). Sum of RGB (Red+Green+Blue) = 210+65+59=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2413B is #2DBEC4. Grayscale: #6B6B6B. Windows color (decimal): -2997957 or 3883474. OLE color: 3883474.

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

Color convert

RGB 210 65 59 -
CMYK 0 0.69 0.72 0.18
HSL 2.38º 0.63% 0.53% -
HSV(B) 2.38º 0.72% 0.82% -
XYZ 29.26 17.8 6.03 -
YUV 107.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 210 65 59 0 0.69 0.72 0.18 2.38 0.63 0.53
Hex D2 41 3B 0 45 48 12 2 3F 35
Octal 322 101 73 0 105 110 22 2 77 65
Binary 11010010 1000001 111011 0 1000101 1001000 10010 10 111111 110101

Color Harmonies of #D2413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2413B

Black with #D2413B

Text Example


Text Example

White with #D2413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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