Html Css Color HEX #D2634A Dark Coral

📋 copy color: '#D2634A'

red 210 ◦ green 99 ◦ blue 74

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

Shades of Dark Coral #D2634A

Tints of Dark Coral #D2634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.85%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 54.83%
G = 25.85%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2634A (or 0xD2634A) is known color: Dark Coral. HEX triplet: D2, 63 and 4A. RGB value is (210,99,74). Sum of RGB (Red+Green+Blue) = 210+99+74=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2634A is #2D9CB5. Grayscale: #818181. Windows color (decimal): -2989238 or 4875218. OLE color: 4875218.

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

Color convert

RGB 210 99 74 -
CMYK 0 0.53 0.65 0.18
HSL 11.03º 0.6% 0.56% -
HSV(B) 11.03º 0.65% 0.82% -
XYZ 32.28 23.12 9.24 -
YUV 129.34 96.77 185.53 -
System Red Green Blue C M Y K H S L
Decimal 210 99 74 0 0.53 0.65 0.18 11.03 0.6 0.56
Hex D2 63 4A 0 35 41 12 B 3C 38
Octal 322 143 112 0 65 101 22 13 74 70
Binary 11010010 1100011 1001010 0 110101 1000001 10010 1011 111100 111000

Color Harmonies of #D2634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2634A

Black with #D2634A

Text Example


Text Example

White with #D2634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2634A; }

 p { color: rgb(210,99,74); }

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

background-color css

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

 a { background-color: rgb(210,99,74); }

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

border-color css

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

 span { border-color: rgb(210,99,74); }

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