Html Css Color HEX #CE602D Chilean Fire

📋 copy color: '#CE602D'

red 206 ◦ green 96 ◦ blue 45

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

Shades of Chilean Fire #CE602D

Tints of Chilean Fire #CE602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 59.37%
G = 27.67%
B = 12.97%

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

#CE602D (or 0xCE602D) is known color: Chilean Fire. HEX triplet: CE, 60 and 2D. RGB value is (206,96,45). Sum of RGB (Red+Green+Blue) = 206+96+45=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE602D is #319FD2. Grayscale: #7B7B7B. Windows color (decimal): -3252179 or 2973902. OLE color: 2973902.

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

Color convert

RGB 206 96 45 -
CMYK 0 0.53 0.78 0.19
HSL 19.01º 0.64% 0.49% -
HSV(B) 19.01º 0.78% 0.81% -
XYZ 30.11 21.68 5.08 -
YUV 123.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 206 96 45 0 0.53 0.78 0.19 19.01 0.64 0.49
Hex CE 60 2D 0 35 4E 13 13 40 31
Octal 316 140 55 0 65 116 23 23 100 61
Binary 11001110 1100000 101101 0 110101 1001110 10011 10011 1000000 110001

Color Harmonies of #CE602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE602D

Black with #CE602D

Text Example


Text Example

White with #CE602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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