Html Css Color HEX #CE612F Chilean Fire

📋 copy color: '#CE612F'

red 206 ◦ green 97 ◦ blue 47

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

Shades of Chilean Fire #CE612F

Tints of Chilean Fire #CE612F

RGB

 RED value IS 206 (80.86% from 255) = 58.86%

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 58.86%
G = 27.71%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE612F (or 0xCE612F) is known color: Chilean Fire. HEX triplet: CE, 61 and 2F. RGB value is (206,97,47). Sum of RGB (Red+Green+Blue) = 206+97+47=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE612F is #319ED0. Grayscale: #7C7C7C. Windows color (decimal): -3251921 or 3105230. OLE color: 3105230.

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

Color convert

RGB 206 97 47 -
CMYK 0 0.53 0.77 0.19
HSL 18.87º 0.63% 0.5% -
HSV(B) 18.87º 0.77% 0.81% -
XYZ 30.24 21.88 5.32 -
YUV 123.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 206 97 47 0 0.53 0.77 0.19 18.87 0.63 0.5
Hex CE 61 2F 0 35 4D 13 13 3F 32
Octal 316 141 57 0 65 115 23 23 77 62
Binary 11001110 1100001 101111 0 110101 1001101 10011 10011 111111 110010

Color Harmonies of #CE612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE612F

Black with #CE612F

Text Example


Text Example

White with #CE612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE612F; }

 p { color: rgb(206,97,47); }

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

background-color css

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

 a { background-color: rgb(206,97,47); }

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

border-color css

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

 span { border-color: rgb(206,97,47); }

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