Html Css Color HEX #D2413C Persian Red

📋 copy color: '#D2413C'

red 210 ◦ green 65 ◦ blue 60

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

Shades of Persian Red #D2413C

Tints of Persian Red #D2413C

RGB

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

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

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

R = 62.69%
G = 19.4%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2413C (or 0xD2413C) is known color: Persian Red. HEX triplet: D2, 41 and 3C. RGB value is (210,65,60). Sum of RGB (Red+Green+Blue) = 210+65+60=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2413C is #2DBEC3. Grayscale: #6B6B6B. Windows color (decimal): -2997956 or 3949010. OLE color: 3949010.

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

Color convert

RGB 210 65 60 -
CMYK 0 0.69 0.71 0.18
HSL 0.63% 0.53% -
HSV(B) 0.71% 0.82% -
XYZ 29.28 17.81 6.17 -
YUV 107.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 210 65 60 0 0.69 0.71 0.18 2 0.63 0.53
Hex D2 41 3C 0 45 47 12 2 3E 35
Octal 322 101 74 0 105 107 22 2 76 65
Binary 11010010 1000001 111100 0 1000101 1000111 10010 10 111110 110101

Color Harmonies of #D2413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2413C

Black with #D2413C

Text Example


Text Example

White with #D2413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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