Html Css Color HEX #CF4502 Tenne (Tawny)

📋 copy color: '#CF4502'

red 207 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #CF4502

Tints of Tenne (Tawny) #CF4502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 74.46%
G = 24.82%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF4502 (or 0xCF4502) is known color: Tenne (Tawny). HEX triplet: CF, 45 and 02. RGB value is (207,69,2). Sum of RGB (Red+Green+Blue) = 207+69+2=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4502 is #30BAFD. Grayscale: #676767. Windows color (decimal): -3193598 or 148943. OLE color: 148943.

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

Color convert

RGB 207 69 2 -
CMYK 0 0.67 0.99 0.19
HSL 19.61º 0.98% 0.41% -
HSV(B) 19.61º 0.99% 0.81% -
XYZ 27.87 17.53 1.97 -
YUV 102.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 207 69 2 0 0.67 0.99 0.19 19.61 0.98 0.41
Hex CF 45 2 0 43 63 13 14 62 29
Octal 317 105 2 0 103 143 23 24 142 51
Binary 11001111 1000101 10 0 1000011 1100011 10011 10100 1100010 101001

Color Harmonies of #CF4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4502

Black with #CF4502

Text Example


Text Example

White with #CF4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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