Html Css Color HEX #CF4301 Tenne (Tawny)

📋 copy color: '#CF4301'

red 207 ◦ green 67 ◦ blue 1

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

Shades of Tenne (Tawny) #CF4301

Tints of Tenne (Tawny) #CF4301

RGB

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

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

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

R = 75.27%
G = 24.36%
B = 0.36%

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

#CF4301 (or 0xCF4301) is known color: Tenne (Tawny). HEX triplet: CF, 43 and 01. RGB value is (207,67,1). Sum of RGB (Red+Green+Blue) = 207+67+1=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4301 is #30BCFE. Grayscale: #656565. Windows color (decimal): -3194111 or 82895. OLE color: 82895.

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

Color convert

RGB 207 67 1 -
CMYK 0 0.68 1.00 0.19
HSL 19.22º 0.99% 0.41% -
HSV(B) 19.22º 1% 0.81% -
XYZ 27.74 17.28 1.9 -
YUV 101.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 207 67 1 0 0.68 1.00 0.19 19.22 0.99 0.41
Hex CF 43 1 0 44 64 13 13 63 29
Octal 317 103 1 0 104 144 23 23 143 51
Binary 11001111 1000011 1 0 1000100 1100100 10011 10011 1100011 101001

Color Harmonies of #CF4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4301

Black with #CF4301

Text Example


Text Example

White with #CF4301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4301; }

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

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

background-color css

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

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

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

border-color css

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

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

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