Html Css Color HEX #C20A04 Free Speech Red

📋 copy color: '#C20A04'

red 194 ◦ green 10 ◦ blue 4

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

Shades of Free Speech Red #C20A04

Tints of Free Speech Red #C20A04

RGB

 RED value IS 194 (76.17% from 255) = 93.27%

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 93.27%
G = 4.81%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20A04 (or 0xC20A04) is known color: Free Speech Red. HEX triplet: C2, 0A and 04. RGB value is (194,10,4). Sum of RGB (Red+Green+Blue) = 194+10+4=208 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.27% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A04 is #3DF5FB. Grayscale: #404040. Windows color (decimal): -4060668 or 264898. OLE color: 264898.

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

Color convert

RGB 194 10 4 -
CMYK 0 0.95 0.98 0.24
HSL 1.89º 0.96% 0.39% -
HSV(B) 1.89º 0.98% 0.76% -
XYZ 22.38 11.7 1.19 -
YUV 64.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 194 10 4 0 0.95 0.98 0.24 1.89 0.96 0.39
Hex C2 A 4 0 5F 62 18 2 60 27
Octal 302 12 4 0 137 142 30 2 140 47
Binary 11000010 1010 100 0 1011111 1100010 11000 10 1100000 100111

Color Harmonies of #C20A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20A04

Black with #C20A04

Text Example


Text Example

White with #C20A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20A04; }

 p { color: rgb(194,10,4); }

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

background-color css

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

 a { background-color: rgb(194,10,4); }

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

border-color css

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

 span { border-color: rgb(194,10,4); }

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