Html Css Color HEX #CF4504 Tenne (Tawny)

📋 copy color: '#CF4504'

red 207 ◦ green 69 ◦ blue 4

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

Shades of Tenne (Tawny) #CF4504

Tints of Tenne (Tawny) #CF4504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 73.93%
G = 24.64%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4504 (or 0xCF4504) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 04. RGB value is (207,69,4). Sum of RGB (Red+Green+Blue) = 207+69+4=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4504 is #30BAFB. Grayscale: #676767. Windows color (decimal): -3193596 or 280015. OLE color: 280015.

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

Color convert

RGB 207 69 4 -
CMYK 0 0.67 0.98 0.19
HSL 19.21º 0.96% 0.41% -
HSV(B) 19.21º 0.98% 0.81% -
XYZ 27.88 17.53 2.03 -
YUV 102.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 207 69 4 0 0.67 0.98 0.19 19.21 0.96 0.41
Hex CF 45 4 0 43 62 13 13 60 29
Octal 317 105 4 0 103 142 23 23 140 51
Binary 11001111 1000101 100 0 1000011 1100010 10011 10011 1100000 101001

Color Harmonies of #CF4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4504

Black with #CF4504

Text Example


Text Example

White with #CF4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4504; }

 p { color: rgb(207,69,4); }

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

background-color css

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

 a { background-color: rgb(207,69,4); }

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

border-color css

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

 span { border-color: rgb(207,69,4); }

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