Html Css Color HEX #C30701 Free Speech Red

📋 copy color: '#C30701'

red 195 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #C30701

Tints of Free Speech Red #C30701

RGB

 RED value IS 195 (76.56% from 255) = 96.06%

 GREEN value IS 7 (3.13% from 255) = 3.45%

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

R = 96.06%
G = 3.45%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C30701 (or 0xC30701) is known color: Free Speech Red. HEX triplet: C3, 07 and 01. RGB value is (195,7,1). Sum of RGB (Red+Green+Blue) = 195+7+1=203 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.06% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 195 - color contains mainly: red. Hex color #C30701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30701 is #3CF8FE. Grayscale: #3E3E3E. Windows color (decimal): -3995903 or 67523. OLE color: 67523.

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

Color convert

RGB 195 7 1 -
CMYK 0 0.96 0.99 0.24
HSL 1.86º 0.99% 0.38% -
HSV(B) 1.86º 0.99% 0.76% -
XYZ 22.59 11.76 1.11 -
YUV 62.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 195 7 1 0 0.96 0.99 0.24 1.86 0.99 0.38
Hex C3 7 1 0 60 63 18 2 63 26
Octal 303 7 1 0 140 143 30 2 143 46
Binary 11000011 111 1 0 1100000 1100011 11000 10 1100011 100110

Color Harmonies of #C30701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30701

Black with #C30701

Text Example


Text Example

White with #C30701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30701; }

 p { color: rgb(195,7,1); }

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

background-color css

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

 a { background-color: rgb(195,7,1); }

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

border-color css

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

 span { border-color: rgb(195,7,1); }

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