Html Css Color HEX #CF4D3E Dark Coral

📋 copy color: '#CF4D3E'

red 207 ◦ green 77 ◦ blue 62

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

Shades of Dark Coral #CF4D3E

Tints of Dark Coral #CF4D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 59.83%
G = 22.25%
B = 17.92%

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

#CF4D3E (or 0xCF4D3E) is known color: Dark Coral. HEX triplet: CF, 4D and 3E. RGB value is (207,77,62). Sum of RGB (Red+Green+Blue) = 207+77+62=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D3E is #30B2C1. Grayscale: #727272. Windows color (decimal): -3191490 or 4083151. OLE color: 4083151.

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

Color convert

RGB 207 77 62 -
CMYK 0 0.63 0.70 0.19
HSL 6.21º 0.6% 0.53% -
HSV(B) 6.21º 0.7% 0.81% -
XYZ 29.26 18.92 6.67 -
YUV 114.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 207 77 62 0 0.63 0.70 0.19 6.21 0.6 0.53
Hex CF 4D 3E 0 3F 46 13 6 3C 35
Octal 317 115 76 0 77 106 23 6 74 65
Binary 11001111 1001101 111110 0 111111 1000110 10011 110 111100 110101

Color Harmonies of #CF4D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D3E

Black with #CF4D3E

Text Example


Text Example

White with #CF4D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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