Html Css Color HEX #C20F03 Free Speech Red

📋 copy color: '#C20F03'

red 194 ◦ green 15 ◦ blue 3

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

Shades of Free Speech Red #C20F03

Tints of Free Speech Red #C20F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 91.51%
G = 7.08%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20F03 (or 0xC20F03) is known color: Free Speech Red. HEX triplet: C2, 0F and 03. RGB value is (194,15,3). Sum of RGB (Red+Green+Blue) = 194+15+3=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F03 is #3DF0FC. Grayscale: #434343. Windows color (decimal): -4059389 or 200642. OLE color: 200642.

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

Color convert

RGB 194 15 3 -
CMYK 0 0.92 0.98 0.24
HSL 3.77º 0.97% 0.39% -
HSV(B) 3.77º 0.98% 0.76% -
XYZ 22.44 11.82 1.18 -
YUV 67.15 91.8 218.48 -
System Red Green Blue C M Y K H S L
Decimal 194 15 3 0 0.92 0.98 0.24 3.77 0.97 0.39
Hex C2 F 3 0 5C 62 18 4 61 27
Octal 302 17 3 0 134 142 30 4 141 47
Binary 11000010 1111 11 0 1011100 1100010 11000 100 1100001 100111

Color Harmonies of #C20F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F03

Black with #C20F03

Text Example


Text Example

White with #C20F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F03; }

 p { color: rgb(194,15,3); }

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

background-color css

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

 a { background-color: rgb(194,15,3); }

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

border-color css

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

 span { border-color: rgb(194,15,3); }

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