Html Css Color HEX #CE612B Chilean Fire

📋 copy color: '#CE612B'

red 206 ◦ green 97 ◦ blue 43

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

Shades of Chilean Fire #CE612B

Tints of Chilean Fire #CE612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 59.54%
G = 28.03%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE612B (or 0xCE612B) is known color: Chilean Fire. HEX triplet: CE, 61 and 2B. RGB value is (206,97,43). Sum of RGB (Red+Green+Blue) = 206+97+43=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE612B is #319ED4. Grayscale: #7B7B7B. Windows color (decimal): -3251925 or 2843086. OLE color: 2843086.

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

Color convert

RGB 206 97 43 -
CMYK 0 0.53 0.79 0.19
HSL 19.88º 0.65% 0.49% -
HSV(B) 19.88º 0.79% 0.81% -
XYZ 30.16 21.85 4.91 -
YUV 123.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 206 97 43 0 0.53 0.79 0.19 19.88 0.65 0.49
Hex CE 61 2B 0 35 4F 13 14 41 31
Octal 316 141 53 0 65 117 23 24 101 61
Binary 11001110 1100001 101011 0 110101 1001111 10011 10100 1000001 110001

Color Harmonies of #CE612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE612B

Black with #CE612B

Text Example


Text Example

White with #CE612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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