Html Css Color HEX #C41209 Free Speech Red

📋 copy color: '#C41209'

red 196 ◦ green 18 ◦ blue 9

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

Shades of Free Speech Red #C41209

Tints of Free Speech Red #C41209

RGB

 RED value IS 196 (76.95% from 255) = 87.89%

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 87.89%
G = 8.07%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C41209 (or 0xC41209) is known color: Free Speech Red. HEX triplet: C4, 12 and 09. RGB value is (196,18,9). Sum of RGB (Red+Green+Blue) = 196+18+9=223 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.89% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 196 - color contains mainly: red. Hex color #C41209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41209 is #3BEDF6. Grayscale: #464646. Windows color (decimal): -3927543 or 594628. OLE color: 594628.

HSL color Cylindrical-coordinate representation of color #C41209: hue angle of 2.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C41209 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 9 -
CMYK 0 0.91 0.95 0.23
HSL 2.89º 0.91% 0.4% -
HSV(B) 2.89º 0.95% 0.77% -
XYZ 23.03 12.19 1.4 -
YUV 70.2 93.47 217.73 -
System Red Green Blue C M Y K H S L
Decimal 196 18 9 0 0.91 0.95 0.23 2.89 0.91 0.4
Hex C4 12 9 0 5B 5F 17 3 5B 28
Octal 304 22 11 0 133 137 27 3 133 50
Binary 11000100 10010 1001 0 1011011 1011111 10111 11 1011011 101000

Color Harmonies of #C41209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41209

Black with #C41209

Text Example


Text Example

White with #C41209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41209; }

 p { color: rgb(196,18,9); }

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

background-color css

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

 a { background-color: rgb(196,18,9); }

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

border-color css

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

 span { border-color: rgb(196,18,9); }

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