Html Css Color HEX #C4120A Free Speech Red

📋 copy color: '#C4120A'

red 196 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #C4120A

Tints of Free Speech Red #C4120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.46%

R = 87.5%
G = 8.04%
B = 4.46%

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

#C4120A (or 0xC4120A) is known color: Free Speech Red. HEX triplet: C4, 12 and 0A. RGB value is (196,18,10). Sum of RGB (Red+Green+Blue) = 196+18+10=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C4120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4120A is #3BEDF5. Grayscale: #464646. Windows color (decimal): -3927542 or 660164. OLE color: 660164.

HSL color Cylindrical-coordinate representation of color #C4120A: hue angle of 2.58º degrees, saturation: 0.9, 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 #C4120A is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 10 -
CMYK 0 0.91 0.95 0.23
HSL 2.58º 0.9% 0.4% -
HSV(B) 2.58º 0.95% 0.77% -
XYZ 23.04 12.19 1.43 -
YUV 70.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 196 18 10 0 0.91 0.95 0.23 2.58 0.9 0.4
Hex C4 12 A 0 5B 5F 17 3 5A 28
Octal 304 22 12 0 133 137 27 3 132 50
Binary 11000100 10010 1010 0 1011011 1011111 10111 11 1011010 101000

Color Harmonies of #C4120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4120A

Black with #C4120A

Text Example


Text Example

White with #C4120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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