Html Css Color HEX #C75003 Tenne (Tawny)

📋 copy color: '#C75003'

red 199 ◦ green 80 ◦ blue 3

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

Shades of Tenne (Tawny) #C75003

Tints of Tenne (Tawny) #C75003

RGB

 RED value IS 199 (78.13% from 255) = 70.57%

 GREEN value IS 80 (31.64% from 255) = 28.37%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 70.57%
G = 28.37%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C75003 (or 0xC75003) is known color: Tenne (Tawny). HEX triplet: C7, 50 and 03. RGB value is (199,80,3). Sum of RGB (Red+Green+Blue) = 199+80+3=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C75003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75003 is #38AFFC. Grayscale: #6B6B6B. Windows color (decimal): -3715069 or 217287. OLE color: 217287.

HSL color Cylindrical-coordinate representation of color #C75003: hue angle of 23.57º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C75003 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 3 -
CMYK 0 0.60 0.98 0.22
HSL 23.57º 0.97% 0.4% -
HSV(B) 23.57º 0.98% 0.78% -
XYZ 26.44 17.89 2.15 -
YUV 106.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 199 80 3 0 0.60 0.98 0.22 23.57 0.97 0.4
Hex C7 50 3 0 3C 62 16 18 61 28
Octal 307 120 3 0 74 142 26 30 141 50
Binary 11000111 1010000 11 0 111100 1100010 10110 11000 1100001 101000

Color Harmonies of #C75003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75003

Black with #C75003

Text Example


Text Example

White with #C75003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75003; }

 p { color: rgb(199,80,3); }

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

background-color css

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

 a { background-color: rgb(199,80,3); }

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

border-color css

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

 span { border-color: rgb(199,80,3); }

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