Html Css Color HEX #CF4F41 Dark Coral

📋 copy color: '#CF4F41'

red 207 ◦ green 79 ◦ blue 65

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

Shades of Dark Coral #CF4F41

Tints of Dark Coral #CF4F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

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

R = 58.97%
G = 22.51%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF4F41 (or 0xCF4F41) is known color: Dark Coral. HEX triplet: CF, 4F and 41. RGB value is (207,79,65). Sum of RGB (Red+Green+Blue) = 207+79+65=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F41 is #30B0BE. Grayscale: #737373. Windows color (decimal): -3190975 or 4280271. OLE color: 4280271.

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

Color convert

RGB 207 79 65 -
CMYK 0 0.62 0.69 0.19
HSL 5.92º 0.6% 0.53% -
HSV(B) 5.92º 0.69% 0.81% -
XYZ 29.48 19.24 7.16 -
YUV 115.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 207 79 65 0 0.62 0.69 0.19 5.92 0.6 0.53
Hex CF 4F 41 0 3E 45 13 6 3C 35
Octal 317 117 101 0 76 105 23 6 74 65
Binary 11001111 1001111 1000001 0 111110 1000101 10011 110 111100 110101

Color Harmonies of #CF4F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F41

Black with #CF4F41

Text Example


Text Example

White with #CF4F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F41; }

 p { color: rgb(207,79,65); }

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

background-color css

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

 a { background-color: rgb(207,79,65); }

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

border-color css

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

 span { border-color: rgb(207,79,65); }

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