Html Css Color HEX #CF4E3F Dark Coral

📋 copy color: '#CF4E3F'

red 207 ◦ green 78 ◦ blue 63

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

Shades of Dark Coral #CF4E3F

Tints of Dark Coral #CF4E3F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 59.48%
G = 22.41%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF4E3F (or 0xCF4E3F) is known color: Dark Coral. HEX triplet: CF, 4E and 3F. RGB value is (207,78,63). Sum of RGB (Red+Green+Blue) = 207+78+63=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E3F is #30B1C0. Grayscale: #737373. Windows color (decimal): -3191233 or 4148943. OLE color: 4148943.

HSL color Cylindrical-coordinate representation of color #CF4E3F: hue angle of 6.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4E3F is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 78 63 -
CMYK 0 0.62 0.70 0.19
HSL 6.25º 0.6% 0.53% -
HSV(B) 6.25º 0.7% 0.81% -
XYZ 29.35 19.07 6.84 -
YUV 114.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 207 78 63 0 0.62 0.70 0.19 6.25 0.6 0.53
Hex CF 4E 3F 0 3E 46 13 6 3C 35
Octal 317 116 77 0 76 106 23 6 74 65
Binary 11001111 1001110 111111 0 111110 1000110 10011 110 111100 110101

Color Harmonies of #CF4E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E3F

Black with #CF4E3F

Text Example


Text Example

White with #CF4E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E3F; }

 p { color: rgb(207,78,63); }

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

background-color css

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

 a { background-color: rgb(207,78,63); }

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

border-color css

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

 span { border-color: rgb(207,78,63); }

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