Html Css Color HEX #CE592A Chilean Fire

📋 copy color: '#CE592A'

red 206 ◦ green 89 ◦ blue 42

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

Shades of Chilean Fire #CE592A

Tints of Chilean Fire #CE592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 42 (16.8% from 255) = 12.46%

R = 61.13%
G = 26.41%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE592A (or 0xCE592A) is known color: Chilean Fire. HEX triplet: CE, 59 and 2A. RGB value is (206,89,42). Sum of RGB (Red+Green+Blue) = 206+89+42=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE592A is #31A6D5. Grayscale: #767676. Windows color (decimal): -3253974 or 2775502. OLE color: 2775502.

HSL color Cylindrical-coordinate representation of color #CE592A: hue angle of 17.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE592A is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 42 -
CMYK 0 0.57 0.80 0.19
HSL 17.2º 0.66% 0.49% -
HSV(B) 17.2º 0.8% 0.81% -
XYZ 29.44 20.43 4.58 -
YUV 118.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 206 89 42 0 0.57 0.80 0.19 17.2 0.66 0.49
Hex CE 59 2A 0 39 50 13 11 42 31
Octal 316 131 52 0 71 120 23 21 102 61
Binary 11001110 1011001 101010 0 111001 1010000 10011 10001 1000010 110001

Color Harmonies of #CE592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE592A

Black with #CE592A

Text Example


Text Example

White with #CE592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE592A; }

 p { color: rgb(206,89,42); }

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

background-color css

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

 a { background-color: rgb(206,89,42); }

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

border-color css

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

 span { border-color: rgb(206,89,42); }

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