Html Css Color HEX #C30F00 Free Speech Red

📋 copy color: '#C30F00'

red 195 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #C30F00

Tints of Free Speech Red #C30F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.86%
G = 7.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C30F00 (or 0xC30F00) is known color: Free Speech Red. HEX triplet: C3, 0F and 00. RGB value is (195,15,0). Sum of RGB (Red+Green+Blue) = 195+15+0=210 (27% of max value = 765). Red value is 195 (76.56% from 255 or 92.86% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30F00 is #3CF0FF. Grayscale: #434343. Windows color (decimal): -3993856 or 4035. OLE color: 4035.

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

Color convert

RGB 195 15 0 -
CMYK 0 0.92 1 0.24
HSL 4.62º 1% 0.38% -
HSV(B) 4.62º 1% 0.76% -
XYZ 22.68 11.94 1.11 -
YUV 67.11 90.13 219.22 -
System Red Green Blue C M Y K H S L
Decimal 195 15 0 0 0.92 1 0.24 4.62 1 0.38
Hex C3 F 0 0 5C 64 18 5 64 26
Octal 303 17 0 0 134 144 30 5 144 46
Binary 11000011 1111 0 0 1011100 1100100 11000 101 1100100 100110

Color Harmonies of #C30F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F00

Black with #C30F00

Text Example


Text Example

White with #C30F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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