Html Css Color HEX #C00601 Free Speech Red

📋 copy color: '#C00601'

red 192 ◦ green 6 ◦ blue 1

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

Shades of Free Speech Red #C00601

Tints of Free Speech Red #C00601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 96.48%
G = 3.02%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00601 (or 0xC00601) is known color: Free Speech Red. HEX triplet: C0, 06 and 01. RGB value is (192,6,1). Sum of RGB (Red+Green+Blue) = 192+6+1=199 (26% of max value = 765). Red value is 192 (75.39% from 255 or 96.48% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 192 - color contains mainly: red. Hex color #C00601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00601 is #3FF9FE. Grayscale: #3D3D3D. Windows color (decimal): -4192767 or 67264. OLE color: 67264.

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

Color convert

RGB 192 6 1 -
CMYK 0 0.97 0.99 0.25
HSL 1.57º 0.99% 0.38% -
HSV(B) 1.57º 0.99% 0.75% -
XYZ 21.81 11.34 1.07 -
YUV 61.04 94.12 221.41 -
System Red Green Blue C M Y K H S L
Decimal 192 6 1 0 0.97 0.99 0.25 1.57 0.99 0.38
Hex C0 6 1 0 61 63 19 2 63 26
Octal 300 6 1 0 141 143 31 2 143 46
Binary 11000000 110 1 0 1100001 1100011 11001 10 1100011 100110

Color Harmonies of #C00601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00601

Black with #C00601

Text Example


Text Example

White with #C00601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00601; }

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

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

background-color css

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

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

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

border-color css

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

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

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