Html Css Color HEX #C30401 Free Speech Red

📋 copy color: '#C30401'

red 195 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #C30401

Tints of Free Speech Red #C30401

RGB

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

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

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

R = 97.5%
G = 2%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C30401 (or 0xC30401) is known color: Free Speech Red. HEX triplet: C3, 04 and 01. RGB value is (195,4,1). Sum of RGB (Red+Green+Blue) = 195+4+1=200 (26% of max value = 765). Red value is 195 (76.56% from 255 or 97.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 195 - color contains mainly: red. Hex color #C30401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30401 is #3CFBFE. Grayscale: #3C3C3C. Windows color (decimal): -3996671 or 66755. OLE color: 66755.

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

Color convert

RGB 195 4 1 -
CMYK 0 0.98 0.99 0.24
HSL 0.93º 0.99% 0.38% -
HSV(B) 0.93º 0.99% 0.76% -
XYZ 22.55 11.69 1.1 -
YUV 60.77 94.28 223.74 -
System Red Green Blue C M Y K H S L
Decimal 195 4 1 0 0.98 0.99 0.24 0.93 0.99 0.38
Hex C3 4 1 0 62 63 18 1 63 26
Octal 303 4 1 0 142 143 30 1 143 46
Binary 11000011 100 1 0 1100010 1100011 11000 1 1100011 100110

Color Harmonies of #C30401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30401

Black with #C30401

Text Example


Text Example

White with #C30401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30401; }

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

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

background-color css

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

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

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

border-color css

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

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

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