Html Css Color HEX #CE6430 Chilean Fire

📋 copy color: '#CE6430'

red 206 ◦ green 100 ◦ blue 48

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

Shades of Chilean Fire #CE6430

Tints of Chilean Fire #CE6430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.25%

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 58.19%
G = 28.25%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE6430 (or 0xCE6430) is known color: Chilean Fire. HEX triplet: CE, 64 and 30. RGB value is (206,100,48). Sum of RGB (Red+Green+Blue) = 206+100+48=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6430 is #319BCF. Grayscale: #7E7E7E. Windows color (decimal): -3251152 or 3171534. OLE color: 3171534.

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

Color convert

RGB 206 100 48 -
CMYK 0 0.51 0.77 0.19
HSL 19.75º 0.62% 0.5% -
HSV(B) 19.75º 0.77% 0.81% -
XYZ 30.54 22.45 5.52 -
YUV 125.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 206 100 48 0 0.51 0.77 0.19 19.75 0.62 0.5
Hex CE 64 30 0 33 4D 13 14 3E 32
Octal 316 144 60 0 63 115 23 24 76 62
Binary 11001110 1100100 110000 0 110011 1001101 10011 10100 111110 110010

Color Harmonies of #CE6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6430

Black with #CE6430

Text Example


Text Example

White with #CE6430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6430; }

 p { color: rgb(206,100,48); }

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

background-color css

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

 a { background-color: rgb(206,100,48); }

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

border-color css

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

 span { border-color: rgb(206,100,48); }

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