Html Css Color HEX #CE4101 Tenne (Tawny)

📋 copy color: '#CE4101'

red 206 ◦ green 65 ◦ blue 1

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

Shades of Tenne (Tawny) #CE4101

Tints of Tenne (Tawny) #CE4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 75.74%
G = 23.9%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE4101 (or 0xCE4101) is known color: Tenne (Tawny). HEX triplet: CE, 41 and 01. RGB value is (206,65,1). Sum of RGB (Red+Green+Blue) = 206+65+1=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4101 is #31BEFE. Grayscale: #646464. Windows color (decimal): -3260159 or 82382. OLE color: 82382.

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

Color convert

RGB 206 65 1 -
CMYK 0 0.68 1.00 0.19
HSL 18.73º 0.99% 0.41% -
HSV(B) 18.73º 1% 0.81% -
XYZ 27.35 16.9 1.85 -
YUV 99.86 72.21 203.7 -
System Red Green Blue C M Y K H S L
Decimal 206 65 1 0 0.68 1.00 0.19 18.73 0.99 0.41
Hex CE 41 1 0 44 64 13 13 63 29
Octal 316 101 1 0 104 144 23 23 143 51
Binary 11001110 1000001 1 0 1000100 1100100 10011 10011 1100011 101001

Color Harmonies of #CE4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4101

Black with #CE4101

Text Example


Text Example

White with #CE4101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4101; }

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

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

background-color css

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

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

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

border-color css

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

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

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