Html Css Color HEX #CF4A10 Tenne (Tawny)

📋 copy color: '#CF4A10'

red 207 ◦ green 74 ◦ blue 16

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

Shades of Tenne (Tawny) #CF4A10

Tints of Tenne (Tawny) #CF4A10

RGB

 RED value IS 207 (81.25% from 255) = 69.7%

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 69.7%
G = 24.92%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4A10 (or 0xCF4A10) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 10. RGB value is (207,74,16). Sum of RGB (Red+Green+Blue) = 207+74+16=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A10 is #30B5EF. Grayscale: #6B6B6B. Windows color (decimal): -3192304 or 1067727. OLE color: 1067727.

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

Color convert

RGB 207 74 16 -
CMYK 0 0.64 0.92 0.19
HSL 18.22º 0.86% 0.44% -
HSV(B) 18.22º 0.92% 0.81% -
XYZ 28.27 18.2 2.51 -
YUV 107.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 207 74 16 0 0.64 0.92 0.19 18.22 0.86 0.44
Hex CF 4A 10 0 40 5C 13 12 56 2C
Octal 317 112 20 0 100 134 23 22 126 54
Binary 11001111 1001010 10000 0 1000000 1011100 10011 10010 1010110 101100

Color Harmonies of #CF4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A10

Black with #CF4A10

Text Example


Text Example

White with #CF4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A10; }

 p { color: rgb(207,74,16); }

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

background-color css

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

 a { background-color: rgb(207,74,16); }

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

border-color css

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

 span { border-color: rgb(207,74,16); }

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