Html Css Color HEX #CE602F Chilean Fire

📋 copy color: '#CE602F'

red 206 ◦ green 96 ◦ blue 47

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

Shades of Chilean Fire #CE602F

Tints of Chilean Fire #CE602F

RGB

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

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

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

R = 59.03%
G = 27.51%
B = 13.47%

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

#CE602F (or 0xCE602F) is known color: Chilean Fire. HEX triplet: CE, 60 and 2F. RGB value is (206,96,47). Sum of RGB (Red+Green+Blue) = 206+96+47=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE602F is #319FD0. Grayscale: #7B7B7B. Windows color (decimal): -3252177 or 3104974. OLE color: 3104974.

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

Color convert

RGB 206 96 47 -
CMYK 0 0.53 0.77 0.19
HSL 18.49º 0.63% 0.5% -
HSV(B) 18.49º 0.77% 0.81% -
XYZ 30.15 21.69 5.29 -
YUV 123.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 206 96 47 0 0.53 0.77 0.19 18.49 0.63 0.5
Hex CE 60 2F 0 35 4D 13 12 3F 32
Octal 316 140 57 0 65 115 23 22 77 62
Binary 11001110 1100000 101111 0 110101 1001101 10011 10010 111111 110010

Color Harmonies of #CE602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE602F

Black with #CE602F

Text Example


Text Example

White with #CE602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE602F; }

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

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

background-color css

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

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

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

border-color css

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

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

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