Html Css Color HEX #CE4401 Tenne (Tawny)

📋 copy color: '#CE4401'

red 206 ◦ green 68 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4401

Tints of Tenne (Tawny) #CE4401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 74.91%
G = 24.73%
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

#CE4401 (or 0xCE4401) is known color: Tenne (Tawny). HEX triplet: CE, 44 and 01. RGB value is (206,68,1). Sum of RGB (Red+Green+Blue) = 206+68+1=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4401 is #31BBFE. Grayscale: #666666. Windows color (decimal): -3259391 or 83150. OLE color: 83150.

HSL color Cylindrical-coordinate representation of color #CE4401: hue angle of 19.61º 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 #CE4401 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 68 1 -
CMYK 0 0.67 1.00 0.19
HSL 19.61º 0.99% 0.41% -
HSV(B) 19.61º 1% 0.81% -
XYZ 27.53 17.26 1.91 -
YUV 101.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 206 68 1 0 0.67 1.00 0.19 19.61 0.99 0.41
Hex CE 44 1 0 43 64 13 14 63 29
Octal 316 104 1 0 103 144 23 24 143 51
Binary 11001110 1000100 1 0 1000011 1100100 10011 10100 1100011 101001

Color Harmonies of #CE4401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4401

Black with #CE4401

Text Example


Text Example

White with #CE4401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4401; }

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

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

background-color css

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

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

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

border-color css

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

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

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