Html Css Color HEX #D6603F Dark Coral

📋 copy color: '#D6603F'

red 214 ◦ green 96 ◦ blue 63

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

Shades of Dark Coral #D6603F

Tints of Dark Coral #D6603F

RGB

 RED value IS 214 (83.98% from 255) = 57.37%

 GREEN value IS 96 (37.89% from 255) = 25.74%

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

R = 57.37%
G = 25.74%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6603F (or 0xD6603F) is known color: Dark Coral. HEX triplet: D6, 60 and 3F. RGB value is (214,96,63). Sum of RGB (Red+Green+Blue) = 214+96+63=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6603F is #299FC0. Grayscale: #7F7F7F. Windows color (decimal): -2727873 or 4153558. OLE color: 4153558.

HSL color Cylindrical-coordinate representation of color #D6603F: hue angle of 13.11º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6603F is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 63 -
CMYK 0 0.55 0.71 0.16
HSL 13.11º 0.65% 0.54% -
HSV(B) 13.11º 0.71% 0.84% -
XYZ 32.81 23.02 7.42 -
YUV 127.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 214 96 63 0 0.55 0.71 0.16 13.11 0.65 0.54
Hex D6 60 3F 0 37 47 10 D 41 36
Octal 326 140 77 0 67 107 20 15 101 66
Binary 11010110 1100000 111111 0 110111 1000111 10000 1101 1000001 110110

Color Harmonies of #D6603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6603F

Black with #D6603F

Text Example


Text Example

White with #D6603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6603F; }

 p { color: rgb(214,96,63); }

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

background-color css

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

 a { background-color: rgb(214,96,63); }

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

border-color css

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

 span { border-color: rgb(214,96,63); }

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