Html Css Color HEX #C01304 Free Speech Red

📋 copy color: '#C01304'

red 192 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #C01304

Tints of Free Speech Red #C01304

RGB

 RED value IS 192 (75.39% from 255) = 89.3%

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 89.3%
G = 8.84%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C01304 (or 0xC01304) is known color: Free Speech Red. HEX triplet: C0, 13 and 04. RGB value is (192,19,4). Sum of RGB (Red+Green+Blue) = 192+19+4=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C01304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01304 is #3FECFB. Grayscale: #454545. Windows color (decimal): -4189436 or 267200. OLE color: 267200.

HSL color Cylindrical-coordinate representation of color #C01304: hue angle of 4.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C01304 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 4 -
CMYK 0 0.90 0.98 0.25
HSL 4.79º 0.96% 0.38% -
HSV(B) 4.79º 0.98% 0.75% -
XYZ 21.99 11.68 1.21 -
YUV 69.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 192 19 4 0 0.90 0.98 0.25 4.79 0.96 0.38
Hex C0 13 4 0 5A 62 19 5 60 26
Octal 300 23 4 0 132 142 31 5 140 46
Binary 11000000 10011 100 0 1011010 1100010 11001 101 1100000 100110

Color Harmonies of #C01304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01304

Black with #C01304

Text Example


Text Example

White with #C01304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01304; }

 p { color: rgb(192,19,4); }

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

background-color css

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

 a { background-color: rgb(192,19,4); }

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

border-color css

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

 span { border-color: rgb(192,19,4); }

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