Html Css Color HEX #D05144 Dark Coral

📋 copy color: '#D05144'

red 208 ◦ green 81 ◦ blue 68

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

Shades of Dark Coral #D05144

Tints of Dark Coral #D05144

RGB

 RED value IS 208 (81.64% from 255) = 58.26%

 GREEN value IS 81 (32.03% from 255) = 22.69%

 BLUE value IS 68 (26.95% from 255) = 19.05%

R = 58.26%
G = 22.69%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D05144 (or 0xD05144) is known color: Dark Coral. HEX triplet: D0, 51 and 44. RGB value is (208,81,68). Sum of RGB (Red+Green+Blue) = 208+81+68=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D05144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05144 is #2FAEBB. Grayscale: #757575. Windows color (decimal): -3124924 or 4477392. OLE color: 4477392.

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

Color convert

RGB 208 81 68 -
CMYK 0 0.61 0.67 0.18
HSL 5.57º 0.6% 0.54% -
HSV(B) 5.57º 0.67% 0.82% -
XYZ 30 19.71 7.69 -
YUV 117.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 208 81 68 0 0.61 0.67 0.18 5.57 0.6 0.54
Hex D0 51 44 0 3D 43 12 6 3C 36
Octal 320 121 104 0 75 103 22 6 74 66
Binary 11010000 1010001 1000100 0 111101 1000011 10010 110 111100 110110

Color Harmonies of #D05144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05144

Black with #D05144

Text Example


Text Example

White with #D05144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05144; }

 p { color: rgb(208,81,68); }

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

background-color css

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

 a { background-color: rgb(208,81,68); }

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

border-color css

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

 span { border-color: rgb(208,81,68); }

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