Html Css Color HEX #CE622E Chilean Fire

📋 copy color: '#CE622E'

red 206 ◦ green 98 ◦ blue 46

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

Shades of Chilean Fire #CE622E

Tints of Chilean Fire #CE622E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 58.86%
G = 28%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE622E (or 0xCE622E) is known color: Chilean Fire. HEX triplet: CE, 62 and 2E. RGB value is (206,98,46). Sum of RGB (Red+Green+Blue) = 206+98+46=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE622E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE622E is #319DD1. Grayscale: #7C7C7C. Windows color (decimal): -3251666 or 3039950. OLE color: 3039950.

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

Color convert

RGB 206 98 46 -
CMYK 0 0.52 0.78 0.19
HSL 19.5º 0.63% 0.49% -
HSV(B) 19.5º 0.78% 0.81% -
XYZ 30.31 22.05 5.24 -
YUV 124.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 206 98 46 0 0.52 0.78 0.19 19.5 0.63 0.49
Hex CE 62 2E 0 34 4E 13 14 3F 31
Octal 316 142 56 0 64 116 23 24 77 61
Binary 11001110 1100010 101110 0 110100 1001110 10011 10100 111111 110001

Color Harmonies of #CE622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE622E

Black with #CE622E

Text Example


Text Example

White with #CE622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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