Html Css Color HEX #CE612E Chilean Fire

📋 copy color: '#CE612E'

red 206 ◦ green 97 ◦ blue 46

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

Shades of Chilean Fire #CE612E

Tints of Chilean Fire #CE612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 59.03%
G = 27.79%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE612E (or 0xCE612E) is known color: Chilean Fire. HEX triplet: CE, 61 and 2E. RGB value is (206,97,46). Sum of RGB (Red+Green+Blue) = 206+97+46=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE612E is #319ED1. Grayscale: #7C7C7C. Windows color (decimal): -3251922 or 3039694. OLE color: 3039694.

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

Color convert

RGB 206 97 46 -
CMYK 0 0.53 0.78 0.19
HSL 19.13º 0.63% 0.49% -
HSV(B) 19.13º 0.78% 0.81% -
XYZ 30.22 21.87 5.21 -
YUV 123.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 206 97 46 0 0.53 0.78 0.19 19.13 0.63 0.49
Hex CE 61 2E 0 35 4E 13 13 3F 31
Octal 316 141 56 0 65 116 23 23 77 61
Binary 11001110 1100001 101110 0 110101 1001110 10011 10011 111111 110001

Color Harmonies of #CE612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE612E

Black with #CE612E

Text Example


Text Example

White with #CE612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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