Html Css Color HEX #C25303 Tenne (Tawny)

📋 copy color: '#C25303'

red 194 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #C25303

Tints of Tenne (Tawny) #C25303

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 value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25303 (or 0xC25303) is known color: 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

RGB 194 83 3 -
CMYK 0 0.57 0.98 0.24
HSL 25.13º 0.97% 0.39% -
HSV(B) 25.13º 0.98% 0.76% -
XYZ 25.36 17.66 2.16 -
YUV 107.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 194 83 3 0 0.57 0.98 0.24 25.13 0.97 0.39
Hex C2 53 3 0 39 62 18 19 61 27
Octal 302 123 3 0 71 142 30 31 141 47
Binary 11000010 1010011 11 0 111001 1100010 11000 11001 1100001 100111

Color Harmonies of #C25303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25303

Black with #C25303

Text Example


Text Example

White with #C25303

Text Example


Text Example

HTML Codes & Css Web 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>