Html Css Color HEX #C3130F Free Speech Red

📋 copy color: '#C3130F'

red 195 ◦ green 19 ◦ blue 15

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

Shades of Free Speech Red #C3130F

Tints of Free Speech Red #C3130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 85.15%
G = 8.3%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3130F (or 0xC3130F) is known color: Free Speech Red. HEX triplet: C3, 13 and 0F. RGB value is (195,19,15). Sum of RGB (Red+Green+Blue) = 195+19+15=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C3130F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3130F is #3CECF0. Grayscale: #474747. Windows color (decimal): -3992817 or 988099. OLE color: 988099.

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

Color convert

RGB 195 19 15 -
CMYK 0 0.90 0.92 0.24
HSL 1.33º 0.86% 0.41% -
HSV(B) 1.33º 0.92% 0.76% -
XYZ 22.82 12.1 1.58 -
YUV 71.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 195 19 15 0 0.90 0.92 0.24 1.33 0.86 0.41
Hex C3 13 F 0 5A 5C 18 1 56 29
Octal 303 23 17 0 132 134 30 1 126 51
Binary 11000011 10011 1111 0 1011010 1011100 11000 1 1010110 101001

Color Harmonies of #C3130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3130F

Black with #C3130F

Text Example


Text Example

White with #C3130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3130F; }

 p { color: rgb(195,19,15); }

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

background-color css

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

 a { background-color: rgb(195,19,15); }

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

border-color css

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

 span { border-color: rgb(195,19,15); }

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