Html Css Color HEX #CE531F Chilean Fire

📋 copy color: '#CE531F'

red 206 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #CE531F

Tints of Chilean Fire #CE531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 64.38%
G = 25.94%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE531F (or 0xCE531F) is known color: Chilean Fire. HEX triplet: CE, 53 and 1F. RGB value is (206,83,31). Sum of RGB (Red+Green+Blue) = 206+83+31=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE531F is #31ACE0. Grayscale: #727272. Windows color (decimal): -3255521 or 2053070. OLE color: 2053070.

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

Color convert

RGB 206 83 31 -
CMYK 0 0.60 0.85 0.19
HSL 17.83º 0.74% 0.46% -
HSV(B) 17.83º 0.85% 0.81% -
XYZ 28.79 19.41 3.52 -
YUV 113.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 206 83 31 0 0.60 0.85 0.19 17.83 0.74 0.46
Hex CE 53 1F 0 3C 55 13 12 4A 2E
Octal 316 123 37 0 74 125 23 22 112 56
Binary 11001110 1010011 11111 0 111100 1010101 10011 10010 1001010 101110

Color Harmonies of #CE531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE531F

Black with #CE531F

Text Example


Text Example

White with #CE531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE531F; }

 p { color: rgb(206,83,31); }

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

background-color css

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

 a { background-color: rgb(206,83,31); }

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

border-color css

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

 span { border-color: rgb(206,83,31); }

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