Html Css Color HEX #C4130A Free Speech Red

📋 copy color: '#C4130A'

red 196 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #C4130A

Tints of Free Speech Red #C4130A

RGB

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

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

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

R = 87.11%
G = 8.44%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4130A (or 0xC4130A) is known color: Free Speech Red. HEX triplet: C4, 13 and 0A. RGB value is (196,19,10). Sum of RGB (Red+Green+Blue) = 196+19+10=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C4130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4130A is #3BECF5. Grayscale: #474747. Windows color (decimal): -3927286 or 660420. OLE color: 660420.

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

Color convert

RGB 196 19 10 -
CMYK 0 0.90 0.95 0.23
HSL 2.9º 0.9% 0.4% -
HSV(B) 2.9º 0.95% 0.77% -
XYZ 23.05 12.22 1.43 -
YUV 70.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 196 19 10 0 0.90 0.95 0.23 2.9 0.9 0.4
Hex C4 13 A 0 5A 5F 17 3 5A 28
Octal 304 23 12 0 132 137 27 3 132 50
Binary 11000100 10011 1010 0 1011010 1011111 10111 11 1011010 101000

Color Harmonies of #C4130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4130A

Black with #C4130A

Text Example


Text Example

White with #C4130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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