Html Css Color HEX #CF613D Ecstasy

📋 copy color: '#CF613D'

red 207 ◦ green 97 ◦ blue 61

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

Shades of Ecstasy #CF613D

Tints of Ecstasy #CF613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 56.71%
G = 26.58%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF613D (or 0xCF613D) is known color: Ecstasy. HEX triplet: CF, 61 and 3D. RGB value is (207,97,61). Sum of RGB (Red+Green+Blue) = 207+97+61=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF613D is #309EC2. Grayscale: #7E7E7E. Windows color (decimal): -3186371 or 4022735. OLE color: 4022735.

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

Color convert

RGB 207 97 61 -
CMYK 0 0.53 0.71 0.19
HSL 14.79º 0.6% 0.53% -
HSV(B) 14.79º 0.71% 0.81% -
XYZ 30.85 22.15 7.06 -
YUV 125.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 207 97 61 0 0.53 0.71 0.19 14.79 0.6 0.53
Hex CF 61 3D 0 35 47 13 F 3C 35
Octal 317 141 75 0 65 107 23 17 74 65
Binary 11001111 1100001 111101 0 110101 1000111 10011 1111 111100 110101

Color Harmonies of #CF613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF613D

Black with #CF613D

Text Example


Text Example

White with #CF613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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