Html Css Color HEX #CE5212 Tenne (Tawny)

📋 copy color: '#CE5212'

red 206 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #CE5212

Tints of Tenne (Tawny) #CE5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

 BLUE value IS 18 (7.42% from 255) = 5.88%

R = 67.32%
G = 26.8%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE5212 (or 0xCE5212) is known color: Tenne (Tawny). HEX triplet: CE, 52 and 12. RGB value is (206,82,18). Sum of RGB (Red+Green+Blue) = 206+82+18=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5212 is #31ADED. Grayscale: #707070. Windows color (decimal): -3255790 or 1200846. OLE color: 1200846.

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

Color convert

RGB 206 82 18 -
CMYK 0 0.60 0.91 0.19
HSL 20.43º 0.84% 0.44% -
HSV(B) 20.43º 0.91% 0.81% -
XYZ 28.58 19.2 2.77 -
YUV 111.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 206 82 18 0 0.60 0.91 0.19 20.43 0.84 0.44
Hex CE 52 12 0 3C 5B 13 14 54 2C
Octal 316 122 22 0 74 133 23 24 124 54
Binary 11001110 1010010 10010 0 111100 1011011 10011 10100 1010100 101100

Color Harmonies of #CE5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5212

Black with #CE5212

Text Example


Text Example

White with #CE5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5212; }

 p { color: rgb(206,82,18); }

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

background-color css

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

 a { background-color: rgb(206,82,18); }

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

border-color css

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

 span { border-color: rgb(206,82,18); }

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