Html Css Color HEX #D2613F Dark Coral

📋 copy color: '#D2613F'

red 210 ◦ green 97 ◦ blue 63

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

Shades of Dark Coral #D2613F

Tints of Dark Coral #D2613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 63 (25% from 255) = 17.03%

R = 56.76%
G = 26.22%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2613F (or 0xD2613F) is known color: Dark Coral. HEX triplet: D2, 61 and 3F. RGB value is (210,97,63). Sum of RGB (Red+Green+Blue) = 210+97+63=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2613F is #2D9EC0. Grayscale: #7F7F7F. Windows color (decimal): -2989761 or 4153810. OLE color: 4153810.

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

Color convert

RGB 210 97 63 -
CMYK 0 0.54 0.70 0.18
HSL 13.88º 0.62% 0.54% -
HSV(B) 13.88º 0.7% 0.82% -
XYZ 31.75 22.61 7.39 -
YUV 126.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 210 97 63 0 0.54 0.70 0.18 13.88 0.62 0.54
Hex D2 61 3F 0 36 46 12 E 3E 36
Octal 322 141 77 0 66 106 22 16 76 66
Binary 11010010 1100001 111111 0 110110 1000110 10010 1110 111110 110110

Color Harmonies of #D2613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2613F

Black with #D2613F

Text Example


Text Example

White with #D2613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2613F; }

 p { color: rgb(210,97,63); }

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

background-color css

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

 a { background-color: rgb(210,97,63); }

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

border-color css

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

 span { border-color: rgb(210,97,63); }

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