Html Css Color HEX #C30400 Free Speech Red

📋 copy color: '#C30400'

red 195 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C30400

Tints of Free Speech Red #C30400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 97.99%
G = 2.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C30400 (or 0xC30400) is known color: Free Speech Red. HEX triplet: C3, 04 and 00. RGB value is (195,4,0). Sum of RGB (Red+Green+Blue) = 195+4+0=199 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.99% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 195 - color contains mainly: red. Hex color #C30400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30400 is #3CFBFF. Grayscale: #3C3C3C. Windows color (decimal): -3996672 or 1219. OLE color: 1219.

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

Color convert

RGB 195 4 0 -
CMYK 0 0.98 1 0.24
HSL 1.23º 1% 0.38% -
HSV(B) 1.23º 1% 0.76% -
XYZ 22.55 11.69 1.07 -
YUV 60.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 195 4 0 0 0.98 1 0.24 1.23 1 0.38
Hex C3 4 0 0 62 64 18 1 64 26
Octal 303 4 0 0 142 144 30 1 144 46
Binary 11000011 100 0 0 1100010 1100100 11000 1 1100100 100110

Color Harmonies of #C30400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30400

Black with #C30400

Text Example


Text Example

White with #C30400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30400; }

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

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

background-color css

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

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

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

border-color css

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

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

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