Html Css Color HEX #C21A00 Free Speech Red

📋 copy color: '#C21A00'

red 194 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #C21A00

Tints of Free Speech Red #C21A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.18%
G = 11.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C21A00 (or 0xC21A00) is known color: Free Speech Red. HEX triplet: C2, 1A and 00. RGB value is (194,26,0). Sum of RGB (Red+Green+Blue) = 194+26+0=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21A00 is #3DE5FF. Grayscale: #494949. Windows color (decimal): -4056576 or 6850. OLE color: 6850.

HSL color Cylindrical-coordinate representation of color #C21A00: hue angle of 8.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C21A00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 0 -
CMYK 0 0.87 1 0.24
HSL 8.04º 1% 0.38% -
HSV(B) 8.04º 1% 0.76% -
XYZ 22.62 12.21 1.16 -
YUV 73.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 194 26 0 0 0.87 1 0.24 8.04 1 0.38
Hex C2 1A 0 0 57 64 18 8 64 26
Octal 302 32 0 0 127 144 30 10 144 46
Binary 11000010 11010 0 0 1010111 1100100 11000 1000 1100100 100110

Color Harmonies of #C21A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A00

Black with #C21A00

Text Example


Text Example

White with #C21A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A00; }

 p { color: rgb(194,26,0); }

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

background-color css

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

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

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

border-color css

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

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

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