Html Css Color HEX #C55303 Tenne (Tawny)

📋 copy color: '#C55303'

red 197 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #C55303

Tints of Tenne (Tawny) #C55303

RGB

 RED value IS 197 (77.34% from 255) = 69.61%

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

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

R = 69.61%
G = 29.33%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55303 (or 0xC55303) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 03. RGB value is (197,83,3). Sum of RGB (Red+Green+Blue) = 197+83+3=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C55303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55303 is #3AACFC. Grayscale: #6C6C6C. Windows color (decimal): -3845373 or 218053. OLE color: 218053.

HSL color Cylindrical-coordinate representation of color #C55303: hue angle of 24.74º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C55303 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 83 3 -
CMYK 0 0.58 0.98 0.23
HSL 24.74º 0.97% 0.39% -
HSV(B) 24.74º 0.98% 0.77% -
XYZ 26.14 18.06 2.2 -
YUV 107.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 197 83 3 0 0.58 0.98 0.23 24.74 0.97 0.39
Hex C5 53 3 0 3A 62 17 19 61 27
Octal 305 123 3 0 72 142 27 31 141 47
Binary 11000101 1010011 11 0 111010 1100010 10111 11001 1100001 100111

Color Harmonies of #C55303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55303

Black with #C55303

Text Example


Text Example

White with #C55303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55303; }

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

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

background-color css

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

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

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

border-color css

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

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

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