Html Css Color HEX #CF4D13 Tenne (Tawny)

📋 copy color: '#CF4D13'

red 207 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #CF4D13

Tints of Tenne (Tawny) #CF4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 68.32%
G = 25.41%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF4D13 (or 0xCF4D13) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 13. RGB value is (207,77,19). Sum of RGB (Red+Green+Blue) = 207+77+19=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D13 is #30B2EC. Grayscale: #6D6D6D. Windows color (decimal): -3191533 or 1265103. OLE color: 1265103.

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

Color convert

RGB 207 77 19 -
CMYK 0 0.63 0.91 0.19
HSL 18.51º 0.83% 0.44% -
HSV(B) 18.51º 0.91% 0.81% -
XYZ 28.5 18.62 2.71 -
YUV 109.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 207 77 19 0 0.63 0.91 0.19 18.51 0.83 0.44
Hex CF 4D 13 0 3F 5B 13 13 53 2C
Octal 317 115 23 0 77 133 23 23 123 54
Binary 11001111 1001101 10011 0 111111 1011011 10011 10011 1010011 101100

Color Harmonies of #CF4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D13

Black with #CF4D13

Text Example


Text Example

White with #CF4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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