Html Css Color HEX #C30F0C Free Speech Red

📋 copy color: '#C30F0C'

red 195 ◦ green 15 ◦ blue 12

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

Shades of Free Speech Red #C30F0C

Tints of Free Speech Red #C30F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

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

R = 87.84%
G = 6.76%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C30F0C (or 0xC30F0C) is known color: Free Speech Red. HEX triplet: C3, 0F and 0C. RGB value is (195,15,12). Sum of RGB (Red+Green+Blue) = 195+15+12=222 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.84% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F0C is #3CF0F3. Grayscale: #444444. Windows color (decimal): -3993844 or 790467. OLE color: 790467.

HSL color Cylindrical-coordinate representation of color #C30F0C: hue angle of 0.98º 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 #C30F0C is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 15 12 -
CMYK 0 0.92 0.94 0.24
HSL 0.98º 0.88% 0.41% -
HSV(B) 0.98º 0.94% 0.76% -
XYZ 22.74 11.97 1.46 -
YUV 68.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 195 15 12 0 0.92 0.94 0.24 0.98 0.88 0.41
Hex C3 F C 0 5C 5E 18 1 58 29
Octal 303 17 14 0 134 136 30 1 130 51
Binary 11000011 1111 1100 0 1011100 1011110 11000 1 1011000 101001

Color Harmonies of #C30F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F0C

Black with #C30F0C

Text Example


Text Example

White with #C30F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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