Html Css Color HEX #C75303 Tenne (Tawny)

📋 copy color: '#C75303'

red 199 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #C75303

Tints of Tenne (Tawny) #C75303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 69.82%
G = 29.12%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C75303 (or 0xC75303) is known color: Tenne (Tawny). HEX triplet: C7, 53 and 03. RGB value is (199,83,3). Sum of RGB (Red+Green+Blue) = 199+83+3=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C75303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75303 is #38ACFC. Grayscale: #6C6C6C. Windows color (decimal): -3714301 or 218055. OLE color: 218055.

HSL color Cylindrical-coordinate representation of color #C75303: hue angle of 24.49º 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 #C75303 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 3 -
CMYK 0 0.58 0.98 0.22
HSL 24.49º 0.97% 0.4% -
HSV(B) 24.49º 0.98% 0.78% -
XYZ 26.66 18.34 2.22 -
YUV 108.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 199 83 3 0 0.58 0.98 0.22 24.49 0.97 0.4
Hex C7 53 3 0 3A 62 16 18 61 28
Octal 307 123 3 0 72 142 26 30 141 50
Binary 11000111 1010011 11 0 111010 1100010 10110 11000 1100001 101000

Color Harmonies of #C75303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75303

Black with #C75303

Text Example


Text Example

White with #C75303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75303; }

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

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

background-color css

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

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

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

border-color css

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

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

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