Html Css Color HEX #CF4F42 Dark Coral

📋 copy color: '#CF4F42'

red 207 ◦ green 79 ◦ blue 66

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

Shades of Dark Coral #CF4F42

Tints of Dark Coral #CF4F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 58.81%
G = 22.44%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF4F42 (or 0xCF4F42) is known color: Dark Coral. HEX triplet: CF, 4F and 42. RGB value is (207,79,66). Sum of RGB (Red+Green+Blue) = 207+79+66=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F42 is #30B0BD. Grayscale: #737373. Windows color (decimal): -3190974 or 4345807. OLE color: 4345807.

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

Color convert

RGB 207 79 66 -
CMYK 0 0.62 0.68 0.19
HSL 5.53º 0.59% 0.54% -
HSV(B) 5.53º 0.68% 0.81% -
XYZ 29.51 19.25 7.31 -
YUV 115.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 207 79 66 0 0.62 0.68 0.19 5.53 0.59 0.54
Hex CF 4F 42 0 3E 44 13 6 3B 36
Octal 317 117 102 0 76 104 23 6 73 66
Binary 11001111 1001111 1000010 0 111110 1000100 10011 110 111011 110110

Color Harmonies of #CF4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F42

Black with #CF4F42

Text Example


Text Example

White with #CF4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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