Html Css Color HEX #C41307 Free Speech Red

📋 copy color: '#C41307'

red 196 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #C41307

Tints of Free Speech Red #C41307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 88.29%
G = 8.56%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C41307 (or 0xC41307) is known color: Free Speech Red. HEX triplet: C4, 13 and 07. RGB value is (196,19,7). Sum of RGB (Red+Green+Blue) = 196+19+7=222 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.29% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 196 - color contains mainly: red. Hex color #C41307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41307 is #3BECF8. Grayscale: #464646. Windows color (decimal): -3927289 or 463812. OLE color: 463812.

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

Color convert

RGB 196 19 7 -
CMYK 0 0.90 0.96 0.23
HSL 3.81º 0.93% 0.4% -
HSV(B) 3.81º 0.96% 0.77% -
XYZ 23.04 12.22 1.34 -
YUV 70.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 196 19 7 0 0.90 0.96 0.23 3.81 0.93 0.4
Hex C4 13 7 0 5A 60 17 4 5D 28
Octal 304 23 7 0 132 140 27 4 135 50
Binary 11000100 10011 111 0 1011010 1100000 10111 100 1011101 101000

Color Harmonies of #C41307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41307

Black with #C41307

Text Example


Text Example

White with #C41307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41307; }

 p { color: rgb(196,19,7); }

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

background-color css

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

 a { background-color: rgb(196,19,7); }

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

border-color css

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

 span { border-color: rgb(196,19,7); }

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