Html Css Color HEX #D0604B Dark Coral

📋 copy color: '#D0604B'

red 208 ◦ green 96 ◦ blue 75

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

Shades of Dark Coral #D0604B

Tints of Dark Coral #D0604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.79%

R = 54.88%
G = 25.33%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0604B (or 0xD0604B) is known color: Dark Coral. HEX triplet: D0, 60 and 4B. RGB value is (208,96,75). Sum of RGB (Red+Green+Blue) = 208+96+75=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D0604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0604B is #2F9FB4. Grayscale: #7F7F7F. Windows color (decimal): -3121077 or 4939984. OLE color: 4939984.

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

Color convert

RGB 208 96 75 -
CMYK 0 0.54 0.64 0.18
HSL 9.47º 0.59% 0.55% -
HSV(B) 9.47º 0.64% 0.82% -
XYZ 31.47 22.28 9.3 -
YUV 127.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 208 96 75 0 0.54 0.64 0.18 9.47 0.59 0.55
Hex D0 60 4B 0 36 40 12 9 3B 37
Octal 320 140 113 0 66 100 22 11 73 67
Binary 11010000 1100000 1001011 0 110110 1000000 10010 1001 111011 110111

Color Harmonies of #D0604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0604B

Black with #D0604B

Text Example


Text Example

White with #D0604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0604B; }

 p { color: rgb(208,96,75); }

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

background-color css

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

 a { background-color: rgb(208,96,75); }

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

border-color css

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

 span { border-color: rgb(208,96,75); }

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