Html Css Color HEX #CE6335 Chilean Fire

📋 copy color: '#CE6335'

red 206 ◦ green 99 ◦ blue 53

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

Shades of Chilean Fire #CE6335

Tints of Chilean Fire #CE6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 53 (21.09% from 255) = 14.8%

R = 57.54%
G = 27.65%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE6335 (or 0xCE6335) is known color: Chilean Fire. HEX triplet: CE, 63 and 35. RGB value is (206,99,53). Sum of RGB (Red+Green+Blue) = 206+99+53=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6335 is #319CCA. Grayscale: #7E7E7E. Windows color (decimal): -3251403 or 3498958. OLE color: 3498958.

HSL color Cylindrical-coordinate representation of color #CE6335: hue angle of 18.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE6335 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 53 -
CMYK 0 0.52 0.74 0.19
HSL 18.04º 0.61% 0.51% -
HSV(B) 18.04º 0.74% 0.81% -
XYZ 30.56 22.3 6.06 -
YUV 125.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 206 99 53 0 0.52 0.74 0.19 18.04 0.61 0.51
Hex CE 63 35 0 34 4A 13 12 3D 33
Octal 316 143 65 0 64 112 23 22 75 63
Binary 11001110 1100011 110101 0 110100 1001010 10011 10010 111101 110011

Color Harmonies of #CE6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6335

Black with #CE6335

Text Example


Text Example

White with #CE6335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6335; }

 p { color: rgb(206,99,53); }

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

background-color css

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

 a { background-color: rgb(206,99,53); }

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

border-color css

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

 span { border-color: rgb(206,99,53); }

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