Html Css Color HEX #C20E04 Free Speech Red

📋 copy color: '#C20E04'

red 194 ◦ green 14 ◦ blue 4

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

Shades of Free Speech Red #C20E04

Tints of Free Speech Red #C20E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

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

R = 91.51%
G = 6.6%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20E04 (or 0xC20E04) is known color: Free Speech Red. HEX triplet: C2, 0E and 04. RGB value is (194,14,4). Sum of RGB (Red+Green+Blue) = 194+14+4=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E04 is #3DF1FB. Grayscale: #424242. Windows color (decimal): -4059644 or 265922. OLE color: 265922.

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

Color convert

RGB 194 14 4 -
CMYK 0 0.93 0.98 0.24
HSL 3.16º 0.96% 0.39% -
HSV(B) 3.16º 0.98% 0.76% -
XYZ 22.43 11.79 1.21 -
YUV 66.68 92.63 218.81 -
System Red Green Blue C M Y K H S L
Decimal 194 14 4 0 0.93 0.98 0.24 3.16 0.96 0.39
Hex C2 E 4 0 5D 62 18 3 60 27
Octal 302 16 4 0 135 142 30 3 140 47
Binary 11000010 1110 100 0 1011101 1100010 11000 11 1100000 100111

Color Harmonies of #C20E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E04

Black with #C20E04

Text Example


Text Example

White with #C20E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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