Html Css Color HEX #C01000 Free Speech Red

📋 copy color: '#C01000'

red 192 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #C01000

Tints of Free Speech Red #C01000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 92.31%
G = 7.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C01000 (or 0xC01000) is known color: Free Speech Red. HEX triplet: C0, 10 and 00. RGB value is (192,16,0). Sum of RGB (Red+Green+Blue) = 192+16+0=208 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.31% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 192 - color contains mainly: red. Hex color #C01000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01000 is #3FEFFF. Grayscale: #434343. Windows color (decimal): -4190208 or 4288. OLE color: 4288.

HSL color Cylindrical-coordinate representation of color #C01000: hue angle of 5º 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 #C01000 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 0 -
CMYK 0 0.92 1 0.25
HSL 1% 0.38% -
HSV(B) 1% 0.75% -
XYZ 21.92 11.58 1.08 -
YUV 66.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 192 16 0 0 0.92 1 0.25 5 1 0.38
Hex C0 10 0 0 5C 64 19 5 64 26
Octal 300 20 0 0 134 144 31 5 144 46
Binary 11000000 10000 0 0 1011100 1100100 11001 101 1100100 100110

Color Harmonies of #C01000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01000

Black with #C01000

Text Example


Text Example

White with #C01000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01000; }

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

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

background-color css

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

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

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

border-color css

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

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

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