Html Css Color HEX #C30700 Free Speech Red

📋 copy color: '#C30700'

red 195 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #C30700

Tints of Free Speech Red #C30700

RGB

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

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

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

R = 96.53%
G = 3.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C30700 (or 0xC30700) is known color: Free Speech Red. HEX triplet: C3, 07 and 00. RGB value is (195,7,0). Sum of RGB (Red+Green+Blue) = 195+7+0=202 (26% of max value = 765). Red value is 195 (76.56% from 255 or 96.53% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 195 - color contains mainly: red. Hex color #C30700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30700 is #3CF8FF. Grayscale: #3E3E3E. Windows color (decimal): -3995904 or 1987. OLE color: 1987.

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

Color convert

RGB 195 7 0 -
CMYK 0 0.96 1 0.24
HSL 2.15º 1% 0.38% -
HSV(B) 2.15º 1% 0.76% -
XYZ 22.58 11.75 1.08 -
YUV 62.41 92.78 222.57 -
System Red Green Blue C M Y K H S L
Decimal 195 7 0 0 0.96 1 0.24 2.15 1 0.38
Hex C3 7 0 0 60 64 18 2 64 26
Octal 303 7 0 0 140 144 30 2 144 46
Binary 11000011 111 0 0 1100000 1100100 11000 10 1100100 100110

Color Harmonies of #C30700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30700

Black with #C30700

Text Example


Text Example

White with #C30700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30700; }

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

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

background-color css

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

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

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

border-color css

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

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

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