Html Css Color HEX #C3150C Free Speech Red

📋 copy color: '#C3150C'

red 195 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #C3150C

Tints of Free Speech Red #C3150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 85.53%
G = 9.21%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3150C (or 0xC3150C) is known color: Free Speech Red. HEX triplet: C3, 15 and 0C. RGB value is (195,21,12). Sum of RGB (Red+Green+Blue) = 195+21+12=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C3150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3150C is #3CEAF3. Grayscale: #484848. Windows color (decimal): -3992308 or 792003. OLE color: 792003.

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

Color convert

RGB 195 21 12 -
CMYK 0 0.89 0.94 0.24
HSL 2.95º 0.88% 0.41% -
HSV(B) 2.95º 0.94% 0.76% -
XYZ 22.84 12.16 1.49 -
YUV 72 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 195 21 12 0 0.89 0.94 0.24 2.95 0.88 0.41
Hex C3 15 C 0 59 5E 18 3 58 29
Octal 303 25 14 0 131 136 30 3 130 51
Binary 11000011 10101 1100 0 1011001 1011110 11000 11 1011000 101001

Color Harmonies of #C3150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3150C

Black with #C3150C

Text Example


Text Example

White with #C3150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3150C; }

 p { color: rgb(195,21,12); }

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

background-color css

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

 a { background-color: rgb(195,21,12); }

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

border-color css

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

 span { border-color: rgb(195,21,12); }

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