#C25303

Color #C25303 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C25303

Tints of Tenne (Tawny) #C25303

Color information

#C25303 (or 0xC25303) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 53 and 03. RGB value is (194,83,3). Sum of RGB (Red+Green+Blue) = 194+83+3=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C25303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25303 is #3DACFC. Grayscale: #6B6B6B. Windows color (decimal): -4041981 or 218050. OLE color: 218050.

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

Color convert

RGB194833-
CMYK00.570.980.24
HSL25.13º96.95%38.63%-
HSV(B)25.13º98.45%76.08%-
XYZ25.3617.662.16-
YUV107.0769.27190-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.29%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 3 (1.56% from 255) = 1.07%
R=69.29%
G=29.64%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19483300.570.980.2425.1396.9538.63
HexC25330396218196127
Octal3021233071142303114147
Binary110000101010011110111001110001011000110011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25303; }

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

 H1.HeaderClassName
 {
   color: #C25303;
 }
 .AnyTagClassName
 {
   color: #C25303;
 }
</style>
background-color css

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

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

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

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

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

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