Html Css Color HEX #C3120B Free Speech Red

📋 copy color: '#C3120B'

red 195 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #C3120B

Tints of Free Speech Red #C3120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 87.05%
G = 8.04%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3120B (or 0xC3120B) is known color: Free Speech Red. HEX triplet: C3, 12 and 0B. RGB value is (195,18,11). Sum of RGB (Red+Green+Blue) = 195+18+11=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C3120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3120B is #3CEDF4. Grayscale: #464646. Windows color (decimal): -3993077 or 725699. OLE color: 725699.

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

Color convert

RGB 195 18 11 -
CMYK 0 0.91 0.94 0.24
HSL 2.28º 0.89% 0.4% -
HSV(B) 2.28º 0.94% 0.76% -
XYZ 22.78 12.06 1.44 -
YUV 70.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 195 18 11 0 0.91 0.94 0.24 2.28 0.89 0.4
Hex C3 12 B 0 5B 5E 18 2 59 28
Octal 303 22 13 0 133 136 30 2 131 50
Binary 11000011 10010 1011 0 1011011 1011110 11000 10 1011001 101000

Color Harmonies of #C3120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3120B

Black with #C3120B

Text Example


Text Example

White with #C3120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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