Html Css Color HEX #C30500 Free Speech Red

📋 copy color: '#C30500'

red 195 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C30500

Tints of Free Speech Red #C30500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 97.5%
G = 2.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C30500 (or 0xC30500) is known color: Free Speech Red. HEX triplet: C3, 05 and 00. RGB value is (195,5,0). Sum of RGB (Red+Green+Blue) = 195+5+0=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30500 is #3CFAFF. Grayscale: #3D3D3D. Windows color (decimal): -3996416 or 1475. OLE color: 1475.

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

Color convert

RGB 195 5 0 -
CMYK 0 0.97 1 0.24
HSL 1.54º 1% 0.38% -
HSV(B) 1.54º 1% 0.76% -
XYZ 22.56 11.71 1.07 -
YUV 61.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 195 5 0 0 0.97 1 0.24 1.54 1 0.38
Hex C3 5 0 0 61 64 18 2 64 26
Octal 303 5 0 0 141 144 30 2 144 46
Binary 11000011 101 0 0 1100001 1100100 11000 10 1100100 100110

Color Harmonies of #C30500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30500

Black with #C30500

Text Example


Text Example

White with #C30500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30500; }

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

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

background-color css

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

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

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

border-color css

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

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

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