Html Css Color HEX #C55441 Dark Coral

📋 copy color: '#C55441'

red 197 ◦ green 84 ◦ blue 65

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

Shades of Dark Coral #C55441

Tints of Dark Coral #C55441

RGB

 RED value IS 197 (77.34% from 255) = 56.94%

 GREEN value IS 84 (33.2% from 255) = 24.28%

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 56.94%
G = 24.28%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C55441 (or 0xC55441) is known color: Dark Coral. HEX triplet: C5, 54 and 41. RGB value is (197,84,65). Sum of RGB (Red+Green+Blue) = 197+84+65=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C55441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55441 is #3AABBE. Grayscale: #737373. Windows color (decimal): -3845055 or 4281541. OLE color: 4281541.

HSL color Cylindrical-coordinate representation of color #C55441: hue angle of 8.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C55441 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 65 -
CMYK 0 0.57 0.67 0.23
HSL 8.64º 0.53% 0.51% -
HSV(B) 8.64º 0.67% 0.77% -
XYZ 27.15 18.59 7.16 -
YUV 115.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 197 84 65 0 0.57 0.67 0.23 8.64 0.53 0.51
Hex C5 54 41 0 39 43 17 9 35 33
Octal 305 124 101 0 71 103 27 11 65 63
Binary 11000101 1010100 1000001 0 111001 1000011 10111 1001 110101 110011

Color Harmonies of #C55441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55441

Black with #C55441

Text Example


Text Example

White with #C55441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55441; }

 p { color: rgb(197,84,65); }

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

background-color css

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

 a { background-color: rgb(197,84,65); }

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

border-color css

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

 span { border-color: rgb(197,84,65); }

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