Html Css Color HEX #C01701 Free Speech Red

📋 copy color: '#C01701'

red 192 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #C01701

Tints of Free Speech Red #C01701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 88.89%
G = 10.65%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C01701 (or 0xC01701) is known color: Free Speech Red. HEX triplet: C0, 17 and 01. RGB value is (192,23,1). Sum of RGB (Red+Green+Blue) = 192+23+1=216 (28% of max value = 765). Red value is 192 (75.39% from 255 or 88.89% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 192 - color contains mainly: red. Hex color #C01701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01701 is #3FE8FE. Grayscale: #474747. Windows color (decimal): -4188415 or 71616. OLE color: 71616.

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

Color convert

RGB 192 23 1 -
CMYK 0 0.88 0.99 0.25
HSL 6.91º 0.99% 0.38% -
HSV(B) 6.91º 0.99% 0.75% -
XYZ 22.05 11.82 1.15 -
YUV 71.02 88.49 214.29 -
System Red Green Blue C M Y K H S L
Decimal 192 23 1 0 0.88 0.99 0.25 6.91 0.99 0.38
Hex C0 17 1 0 58 63 19 7 63 26
Octal 300 27 1 0 130 143 31 7 143 46
Binary 11000000 10111 1 0 1011000 1100011 11001 111 1100011 100110

Color Harmonies of #C01701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01701

Black with #C01701

Text Example


Text Example

White with #C01701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01701; }

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

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

background-color css

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

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

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

border-color css

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

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

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