Html Css Color HEX #CF5212 Tenne (Tawny)

📋 copy color: '#CF5212'

red 207 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #CF5212

Tints of Tenne (Tawny) #CF5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 67.43%
G = 26.71%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5212 (or 0xCF5212) is known color: Tenne (Tawny). HEX triplet: CF, 52 and 12. RGB value is (207,82,18). Sum of RGB (Red+Green+Blue) = 207+82+18=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5212 is #30ADED. Grayscale: #707070. Windows color (decimal): -3190254 or 1200847. OLE color: 1200847.

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

Color convert

RGB 207 82 18 -
CMYK 0 0.60 0.91 0.19
HSL 20.32º 0.84% 0.44% -
HSV(B) 20.32º 0.91% 0.81% -
XYZ 28.86 19.34 2.78 -
YUV 112.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 207 82 18 0 0.60 0.91 0.19 20.32 0.84 0.44
Hex CF 52 12 0 3C 5B 13 14 54 2C
Octal 317 122 22 0 74 133 23 24 124 54
Binary 11001111 1010010 10010 0 111100 1011011 10011 10100 1010100 101100

Color Harmonies of #CF5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5212

Black with #CF5212

Text Example


Text Example

White with #CF5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5212; }

 p { color: rgb(207,82,18); }

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

background-color css

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

 a { background-color: rgb(207,82,18); }

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

border-color css

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

 span { border-color: rgb(207,82,18); }

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