Html Css Color HEX #CF613F Ecstasy

📋 copy color: '#CF613F'

red 207 ◦ green 97 ◦ blue 63

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

Shades of Ecstasy #CF613F

Tints of Ecstasy #CF613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

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

R = 56.4%
G = 26.43%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF613F (or 0xCF613F) is known color: Ecstasy. HEX triplet: CF, 61 and 3F. RGB value is (207,97,63). Sum of RGB (Red+Green+Blue) = 207+97+63=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF613F is #309EC0. Grayscale: #7E7E7E. Windows color (decimal): -3186369 or 4153807. OLE color: 4153807.

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

Color convert

RGB 207 97 63 -
CMYK 0 0.53 0.70 0.19
HSL 14.17º 0.6% 0.53% -
HSV(B) 14.17º 0.7% 0.81% -
XYZ 30.9 22.17 7.35 -
YUV 126.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 207 97 63 0 0.53 0.70 0.19 14.17 0.6 0.53
Hex CF 61 3F 0 35 46 13 E 3C 35
Octal 317 141 77 0 65 106 23 16 74 65
Binary 11001111 1100001 111111 0 110101 1000110 10011 1110 111100 110101

Color Harmonies of #CF613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF613F

Black with #CF613F

Text Example


Text Example

White with #CF613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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