Html Css Color HEX #CE480D Tenne (Tawny)

📋 copy color: '#CE480D'

red 206 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #CE480D

Tints of Tenne (Tawny) #CE480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 70.79%
G = 24.74%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE480D (or 0xCE480D) is known color: Tenne (Tawny). HEX triplet: CE, 48 and 0D. RGB value is (206,72,13). Sum of RGB (Red+Green+Blue) = 206+72+13=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE480D is #31B7F2. Grayscale: #696969. Windows color (decimal): -3258355 or 870606. OLE color: 870606.

HSL color Cylindrical-coordinate representation of color #CE480D: hue angle of 18.34º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE480D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 72 13 -
CMYK 0 0.65 0.94 0.19
HSL 18.34º 0.88% 0.43% -
HSV(B) 18.34º 0.94% 0.81% -
XYZ 27.84 17.79 2.35 -
YUV 105.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 206 72 13 0 0.65 0.94 0.19 18.34 0.88 0.43
Hex CE 48 D 0 41 5E 13 12 58 2B
Octal 316 110 15 0 101 136 23 22 130 53
Binary 11001110 1001000 1101 0 1000001 1011110 10011 10010 1011000 101011

Color Harmonies of #CE480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE480D

Black with #CE480D

Text Example


Text Example

White with #CE480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE480D; }

 p { color: rgb(206,72,13); }

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

background-color css

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

 a { background-color: rgb(206,72,13); }

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

border-color css

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

 span { border-color: rgb(206,72,13); }

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