Html Css Color HEX #CE602E Chilean Fire

📋 copy color: '#CE602E'

red 206 ◦ green 96 ◦ blue 46

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

Shades of Chilean Fire #CE602E

Tints of Chilean Fire #CE602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

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

R = 59.2%
G = 27.59%
B = 13.22%

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

#CE602E (or 0xCE602E) is known color: Chilean Fire. HEX triplet: CE, 60 and 2E. RGB value is (206,96,46). Sum of RGB (Red+Green+Blue) = 206+96+46=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE602E is #319FD1. Grayscale: #7B7B7B. Windows color (decimal): -3252178 or 3039438. OLE color: 3039438.

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

Color convert

RGB 206 96 46 -
CMYK 0 0.53 0.78 0.19
HSL 18.75º 0.63% 0.49% -
HSV(B) 18.75º 0.78% 0.81% -
XYZ 30.13 21.68 5.18 -
YUV 123.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 206 96 46 0 0.53 0.78 0.19 18.75 0.63 0.49
Hex CE 60 2E 0 35 4E 13 13 3F 31
Octal 316 140 56 0 65 116 23 23 77 61
Binary 11001110 1100000 101110 0 110101 1001110 10011 10011 111111 110001

Color Harmonies of #CE602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE602E

Black with #CE602E

Text Example


Text Example

White with #CE602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE602E; }

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

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

background-color css

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

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

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

border-color css

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

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

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