Html Css Color HEX #CF614D Dark Coral

📋 copy color: '#CF614D'

red 207 ◦ green 97 ◦ blue 77

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

Shades of Dark Coral #CF614D

Tints of Dark Coral #CF614D

RGB

 RED value IS 207 (81.25% from 255) = 54.33%

 GREEN value IS 97 (38.28% from 255) = 25.46%

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 54.33%
G = 25.46%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF614D (or 0xCF614D) is known color: Dark Coral. HEX triplet: CF, 61 and 4D. RGB value is (207,97,77). Sum of RGB (Red+Green+Blue) = 207+97+77=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF614D is #309EB2. Grayscale: #7F7F7F. Windows color (decimal): -3186355 or 5071311. OLE color: 5071311.

HSL color Cylindrical-coordinate representation of color #CF614D: hue angle of 9.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF614D is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 97 77 -
CMYK 0 0.53 0.63 0.19
HSL 9.23º 0.58% 0.56% -
HSV(B) 9.23º 0.63% 0.81% -
XYZ 31.35 22.35 9.68 -
YUV 127.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 207 97 77 0 0.53 0.63 0.19 9.23 0.58 0.56
Hex CF 61 4D 0 35 3F 13 9 3A 38
Octal 317 141 115 0 65 77 23 11 72 70
Binary 11001111 1100001 1001101 0 110101 111111 10011 1001 111010 111000

Color Harmonies of #CF614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF614D

Black with #CF614D

Text Example


Text Example

White with #CF614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF614D; }

 p { color: rgb(207,97,77); }

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

background-color css

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

 a { background-color: rgb(207,97,77); }

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

border-color css

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

 span { border-color: rgb(207,97,77); }

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