Html Css Color HEX #C60D01 Free Speech Red

📋 copy color: '#C60D01'

red 198 ◦ green 13 ◦ blue 1

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

Shades of Free Speech Red #C60D01

Tints of Free Speech Red #C60D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.13%

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

R = 93.4%
G = 6.13%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C60D01 (or 0xC60D01) is known color: Free Speech Red. HEX triplet: C6, 0D and 01. RGB value is (198,13,1). Sum of RGB (Red+Green+Blue) = 198+13+1=212 (28% of max value = 765). Red value is 198 (77.73% from 255 or 93.40% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60D01 is #39F2FE. Grayscale: #434343. Windows color (decimal): -3797759 or 69062. OLE color: 69062.

HSL color Cylindrical-coordinate representation of color #C60D01: hue angle of 3.65º 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 #C60D01 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 13 1 -
CMYK 0 0.93 0.99 0.22
HSL 3.65º 0.99% 0.39% -
HSV(B) 3.65º 0.99% 0.78% -
XYZ 23.44 12.3 1.17 -
YUV 66.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 198 13 1 0 0.93 0.99 0.22 3.65 0.99 0.39
Hex C6 D 1 0 5D 63 16 4 63 27
Octal 306 15 1 0 135 143 26 4 143 47
Binary 11000110 1101 1 0 1011101 1100011 10110 100 1100011 100111

Color Harmonies of #C60D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D01

Black with #C60D01

Text Example


Text Example

White with #C60D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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