Html Css Color HEX #C00500 Free Speech Red

📋 copy color: '#C00500'

red 192 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C00500

Tints of Free Speech Red #C00500

RGB

 RED value IS 192 (75.39% from 255) = 97.46%

 GREEN value IS 5 (2.34% from 255) = 2.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.46%
G = 2.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C00500 (or 0xC00500) is known color: Free Speech Red. HEX triplet: C0, 05 and 00. RGB value is (192,5,0). Sum of RGB (Red+Green+Blue) = 192+5+0=197 (26% of max value = 765). Red value is 192 (75.39% from 255 or 97.46% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 192 - color contains mainly: red. Hex color #C00500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00500 is #3FFAFF. Grayscale: #3C3C3C. Windows color (decimal): -4193024 or 1472. OLE color: 1472.

HSL color Cylindrical-coordinate representation of color #C00500: hue angle of 1.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 0 -
CMYK 0 0.97 1 0.25
HSL 1.56º 1% 0.38% -
HSV(B) 1.56º 1% 0.75% -
XYZ 21.79 11.32 1.04 -
YUV 60.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 192 5 0 0 0.97 1 0.25 1.56 1 0.38
Hex C0 5 0 0 61 64 19 2 64 26
Octal 300 5 0 0 141 144 31 2 144 46
Binary 11000000 101 0 0 1100001 1100100 11001 10 1100100 100110

Color Harmonies of #C00500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00500

Black with #C00500

Text Example


Text Example

White with #C00500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00500; }

 p { color: rgb(192,5,0); }

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

background-color css

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

 a { background-color: rgb(192,5,0); }

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

border-color css

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

 span { border-color: rgb(192,5,0); }

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