Html Css Color HEX #C3120D Free Speech Red

📋 copy color: '#C3120D'

red 195 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #C3120D

Tints of Free Speech Red #C3120D

RGB

 RED value IS 195 (76.56% from 255) = 86.28%

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

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 86.28%
G = 7.96%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3120D (or 0xC3120D) is known color: Free Speech Red. HEX triplet: C3, 12 and 0D. RGB value is (195,18,13). Sum of RGB (Red+Green+Blue) = 195+18+13=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C3120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3120D is #3CEDF2. Grayscale: #464646. Windows color (decimal): -3993075 or 856771. OLE color: 856771.

HSL color Cylindrical-coordinate representation of color #C3120D: hue angle of 1.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3120D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 13 -
CMYK 0 0.91 0.93 0.24
HSL 1.65º 0.88% 0.41% -
HSV(B) 1.65º 0.93% 0.76% -
XYZ 22.79 12.06 1.51 -
YUV 70.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 195 18 13 0 0.91 0.93 0.24 1.65 0.88 0.41
Hex C3 12 D 0 5B 5D 18 2 58 29
Octal 303 22 15 0 133 135 30 2 130 51
Binary 11000011 10010 1101 0 1011011 1011101 11000 10 1011000 101001

Color Harmonies of #C3120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3120D

Black with #C3120D

Text Example


Text Example

White with #C3120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3120D; }

 p { color: rgb(195,18,13); }

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

background-color css

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

 a { background-color: rgb(195,18,13); }

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

border-color css

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

 span { border-color: rgb(195,18,13); }

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