Html Css Color HEX #CE4501 Tenne (Tawny)

📋 copy color: '#CE4501'

red 206 ◦ green 69 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4501

Tints of Tenne (Tawny) #CE4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 74.64%
G = 25%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4501 (or 0xCE4501) is known color: Tenne (Tawny). HEX triplet: CE, 45 and 01. RGB value is (206,69,1). Sum of RGB (Red+Green+Blue) = 206+69+1=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4501 is #31BAFE. Grayscale: #666666. Windows color (decimal): -3259135 or 83406. OLE color: 83406.

HSL color Cylindrical-coordinate representation of color #CE4501: hue angle of 19.9º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE4501 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 69 1 -
CMYK 0 0.67 1.00 0.19
HSL 19.9º 0.99% 0.41% -
HSV(B) 19.9º 1% 0.81% -
XYZ 27.59 17.38 1.93 -
YUV 102.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 206 69 1 0 0.67 1.00 0.19 19.9 0.99 0.41
Hex CE 45 1 0 43 64 13 14 63 29
Octal 316 105 1 0 103 144 23 24 143 51
Binary 11001110 1000101 1 0 1000011 1100100 10011 10100 1100011 101001

Color Harmonies of #CE4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4501

Black with #CE4501

Text Example


Text Example

White with #CE4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4501; }

 p { color: rgb(206,69,1); }

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

background-color css

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

 a { background-color: rgb(206,69,1); }

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

border-color css

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

 span { border-color: rgb(206,69,1); }

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