Html Css Color HEX #C20303 Free Speech Red

📋 copy color: '#C20303'

red 194 ◦ green 3 ◦ blue 3

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

Shades of Free Speech Red #C20303

Tints of Free Speech Red #C20303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 97%
G = 1.5%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C20303 (or 0xC20303) is known color: Free Speech Red. HEX triplet: C2, 03 and 03. RGB value is (194,3,3). Sum of RGB (Red+Green+Blue) = 194+3+3=200 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 194 - color contains mainly: red. Hex color #C20303 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20303 is #3DFCFC. Grayscale: #3C3C3C. Windows color (decimal): -4062461 or 197570. OLE color: 197570.

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

Color convert

RGB 194 3 3 -
CMYK 0 0.98 0.98 0.24
HSL 0.97% 0.39% -
HSV(B) 0.98% 0.76% -
XYZ 22.3 11.54 1.14 -
YUV 60.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 194 3 3 0 0.98 0.98 0.24 0 0.97 0.39
Hex C2 3 3 0 62 62 18 0 61 27
Octal 302 3 3 0 142 142 30 0 141 47
Binary 11000010 11 11 0 1100010 1100010 11000 0 1100001 100111

Color Harmonies of #C20303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20303

Black with #C20303

Text Example


Text Example

White with #C20303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20303; }

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

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

background-color css

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

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

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

border-color css

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

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

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