Html Css Color HEX #CF4C3F Dark Coral

📋 copy color: '#CF4C3F'

red 207 ◦ green 76 ◦ blue 63

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

Shades of Dark Coral #CF4C3F

Tints of Dark Coral #CF4C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 59.83%
G = 21.97%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF4C3F (or 0xCF4C3F) is known color: Dark Coral. HEX triplet: CF, 4C and 3F. RGB value is (207,76,63). Sum of RGB (Red+Green+Blue) = 207+76+63=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C3F is #30B3C0. Grayscale: #717171. Windows color (decimal): -3191745 or 4148431. OLE color: 4148431.

HSL color Cylindrical-coordinate representation of color #CF4C3F: hue angle of 5.42º 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 #CF4C3F is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 76 63 -
CMYK 0 0.63 0.70 0.19
HSL 5.42º 0.6% 0.53% -
HSV(B) 5.42º 0.7% 0.81% -
XYZ 29.21 18.79 6.79 -
YUV 113.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 207 76 63 0 0.63 0.70 0.19 5.42 0.6 0.53
Hex CF 4C 3F 0 3F 46 13 5 3C 35
Octal 317 114 77 0 77 106 23 5 74 65
Binary 11001111 1001100 111111 0 111111 1000110 10011 101 111100 110101

Color Harmonies of #CF4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C3F

Black with #CF4C3F

Text Example


Text Example

White with #CF4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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