Html Css Color HEX #C60F01 Free Speech Red

📋 copy color: '#C60F01'

red 198 ◦ green 15 ◦ blue 1

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

Shades of Free Speech Red #C60F01

Tints of Free Speech Red #C60F01

RGB

 RED value IS 198 (77.73% from 255) = 92.52%

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 92.52%
G = 7.01%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C60F01 (or 0xC60F01) is known color: Free Speech Red. HEX triplet: C6, 0F and 01. RGB value is (198,15,1). Sum of RGB (Red+Green+Blue) = 198+15+1=214 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.52% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60F01 is #39F0FE. Grayscale: #444444. Windows color (decimal): -3797247 or 69574. OLE color: 69574.

HSL color Cylindrical-coordinate representation of color #C60F01: hue angle of 4.26º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60F01 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 15 1 -
CMYK 0 0.92 0.99 0.22
HSL 4.26º 0.99% 0.39% -
HSV(B) 4.26º 0.99% 0.78% -
XYZ 23.47 12.35 1.18 -
YUV 68.12 90.13 220.64 -
System Red Green Blue C M Y K H S L
Decimal 198 15 1 0 0.92 0.99 0.22 4.26 0.99 0.39
Hex C6 F 1 0 5C 63 16 4 63 27
Octal 306 17 1 0 134 143 26 4 143 47
Binary 11000110 1111 1 0 1011100 1100011 10110 100 1100011 100111

Color Harmonies of #C60F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F01

Black with #C60F01

Text Example


Text Example

White with #C60F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F01; }

 p { color: rgb(198,15,1); }

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

background-color css

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

 a { background-color: rgb(198,15,1); }

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

border-color css

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

 span { border-color: rgb(198,15,1); }

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