Html Css Color HEX #CF4B13 Tenne (Tawny)

📋 copy color: '#CF4B13'

red 207 ◦ green 75 ◦ blue 19

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

Shades of Tenne (Tawny) #CF4B13

Tints of Tenne (Tawny) #CF4B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 68.77%
G = 24.92%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF4B13 (or 0xCF4B13) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 13. RGB value is (207,75,19). Sum of RGB (Red+Green+Blue) = 207+75+19=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B13 is #30B4EC. Grayscale: #6C6C6C. Windows color (decimal): -3192045 or 1264591. OLE color: 1264591.

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

Color convert

RGB 207 75 19 -
CMYK 0 0.64 0.91 0.19
HSL 17.87º 0.83% 0.44% -
HSV(B) 17.87º 0.91% 0.81% -
XYZ 28.37 18.34 2.66 -
YUV 108.08 77.73 198.55 -
System Red Green Blue C M Y K H S L
Decimal 207 75 19 0 0.64 0.91 0.19 17.87 0.83 0.44
Hex CF 4B 13 0 40 5B 13 12 53 2C
Octal 317 113 23 0 100 133 23 22 123 54
Binary 11001111 1001011 10011 0 1000000 1011011 10011 10010 1010011 101100

Color Harmonies of #CF4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B13

Black with #CF4B13

Text Example


Text Example

White with #CF4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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