Html Css Color HEX #C00401 Free Speech Red

📋 copy color: '#C00401'

red 192 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #C00401

Tints of Free Speech Red #C00401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 97.46%
G = 2.03%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00401 (or 0xC00401) is known color: Free Speech Red. HEX triplet: C0, 04 and 01. RGB value is (192,4,1). Sum of RGB (Red+Green+Blue) = 192+4+1=197 (26% of max value = 765). Red value is 192 (75.39% from 255 or 97.46% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 192 - color contains mainly: red. Hex color #C00401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00401 is #3FFBFE. Grayscale: #3C3C3C. Windows color (decimal): -4193279 or 66752. OLE color: 66752.

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

Color convert

RGB 192 4 1 -
CMYK 0 0.98 0.99 0.25
HSL 0.94º 0.99% 0.38% -
HSV(B) 0.94º 0.99% 0.75% -
XYZ 21.79 11.3 1.06 -
YUV 59.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 192 4 1 0 0.98 0.99 0.25 0.94 0.99 0.38
Hex C0 4 1 0 62 63 19 1 63 26
Octal 300 4 1 0 142 143 31 1 143 46
Binary 11000000 100 1 0 1100010 1100011 11001 1 1100011 100110

Color Harmonies of #C00401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00401

Black with #C00401

Text Example


Text Example

White with #C00401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00401; }

 p { color: rgb(192,4,1); }

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

background-color css

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

 a { background-color: rgb(192,4,1); }

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

border-color css

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

 span { border-color: rgb(192,4,1); }

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