Html Css Color HEX #CF4300 Tenne (Tawny)

📋 copy color: '#CF4300'

red 207 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #CF4300

Tints of Tenne (Tawny) #CF4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.55%
G = 24.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF4300 (or 0xCF4300) is known color: Tenne (Tawny). HEX triplet: CF, 43 and 00. RGB value is (207,67,0). Sum of RGB (Red+Green+Blue) = 207+67+0=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4300 is #30BCFF. Grayscale: #656565. Windows color (decimal): -3194112 or 17359. OLE color: 17359.

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

Color convert

RGB 207 67 0 -
CMYK 0 0.68 1 0.19
HSL 19.42º 1% 0.41% -
HSV(B) 19.42º 1% 0.81% -
XYZ 27.74 17.28 1.87 -
YUV 101.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 207 67 0 0 0.68 1 0.19 19.42 1 0.41
Hex CF 43 0 0 44 64 13 13 64 29
Octal 317 103 0 0 104 144 23 23 144 51
Binary 11001111 1000011 0 0 1000100 1100100 10011 10011 1100100 101001

Color Harmonies of #CF4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4300

Black with #CF4300

Text Example


Text Example

White with #CF4300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4300; }

 p { color: rgb(207,67,0); }

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

background-color css

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

 a { background-color: rgb(207,67,0); }

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

border-color css

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

 span { border-color: rgb(207,67,0); }

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