Html Css Color HEX #CF4B0B Tenne (Tawny)

📋 copy color: '#CF4B0B'

red 207 ◦ green 75 ◦ blue 11

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

Shades of Tenne (Tawny) #CF4B0B

Tints of Tenne (Tawny) #CF4B0B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

 BLUE value IS 11 (4.69% from 255) = 3.75%

R = 70.65%
G = 25.6%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF4B0B (or 0xCF4B0B) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 0B. RGB value is (207,75,11). Sum of RGB (Red+Green+Blue) = 207+75+11=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B0B is #30B4F4. Grayscale: #6B6B6B. Windows color (decimal): -3192053 or 740303. OLE color: 740303.

HSL color Cylindrical-coordinate representation of color #CF4B0B: hue angle of 19.59º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF4B0B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 75 11 -
CMYK 0 0.64 0.95 0.19
HSL 19.59º 0.9% 0.43% -
HSV(B) 19.59º 0.95% 0.81% -
XYZ 28.31 18.32 2.36 -
YUV 107.17 73.73 199.2 -
System Red Green Blue C M Y K H S L
Decimal 207 75 11 0 0.64 0.95 0.19 19.59 0.9 0.43
Hex CF 4B B 0 40 5F 13 14 5A 2B
Octal 317 113 13 0 100 137 23 24 132 53
Binary 11001111 1001011 1011 0 1000000 1011111 10011 10100 1011010 101011

Color Harmonies of #CF4B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B0B

Black with #CF4B0B

Text Example


Text Example

White with #CF4B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B0B; }

 p { color: rgb(207,75,11); }

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

background-color css

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

 a { background-color: rgb(207,75,11); }

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

border-color css

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

 span { border-color: rgb(207,75,11); }

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