Html Css Color HEX #C41405 Free Speech Red

📋 copy color: '#C41405'

red 196 ◦ green 20 ◦ blue 5

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

Shades of Free Speech Red #C41405

Tints of Free Speech Red #C41405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 88.69%
G = 9.05%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C41405 (or 0xC41405) is known color: Free Speech Red. HEX triplet: C4, 14 and 05. RGB value is (196,20,5). Sum of RGB (Red+Green+Blue) = 196+20+5=221 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.69% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 196 - color contains mainly: red. Hex color #C41405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41405 is #3BEBFA. Grayscale: #474747. Windows color (decimal): -3927035 or 332996. OLE color: 332996.

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

Color convert

RGB 196 20 5 -
CMYK 0 0.90 0.97 0.23
HSL 4.71º 0.95% 0.39% -
HSV(B) 4.71º 0.97% 0.77% -
XYZ 23.04 12.25 1.29 -
YUV 70.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 196 20 5 0 0.90 0.97 0.23 4.71 0.95 0.39
Hex C4 14 5 0 5A 61 17 5 5F 27
Octal 304 24 5 0 132 141 27 5 137 47
Binary 11000100 10100 101 0 1011010 1100001 10111 101 1011111 100111

Color Harmonies of #C41405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41405

Black with #C41405

Text Example


Text Example

White with #C41405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41405; }

 p { color: rgb(196,20,5); }

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

background-color css

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

 a { background-color: rgb(196,20,5); }

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

border-color css

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

 span { border-color: rgb(196,20,5); }

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