Html Css Color HEX #C61300 Free Speech Red

📋 copy color: '#C61300'

red 198 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #C61300

Tints of Free Speech Red #C61300

RGB

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

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

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

R = 91.24%
G = 8.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C61300 (or 0xC61300) is known color: Free Speech Red. HEX triplet: C6, 13 and 00. RGB value is (198,19,0). Sum of RGB (Red+Green+Blue) = 198+19+0=217 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.24% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 198 - color contains mainly: red. Hex color #C61300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61300 is #39ECFF. Grayscale: #464646. Windows color (decimal): -3796224 or 5062. OLE color: 5062.

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

Color convert

RGB 198 19 0 -
CMYK 0 0.90 1 0.22
HSL 5.76º 1% 0.39% -
HSV(B) 5.76º 1% 0.78% -
XYZ 23.52 12.47 1.17 -
YUV 70.36 88.3 219.04 -
System Red Green Blue C M Y K H S L
Decimal 198 19 0 0 0.90 1 0.22 5.76 1 0.39
Hex C6 13 0 0 5A 64 16 6 64 27
Octal 306 23 0 0 132 144 26 6 144 47
Binary 11000110 10011 0 0 1011010 1100100 10110 110 1100100 100111

Color Harmonies of #C61300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61300

Black with #C61300

Text Example


Text Example

White with #C61300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61300; }

 p { color: rgb(198,19,0); }

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

background-color css

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

 a { background-color: rgb(198,19,0); }

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

border-color css

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

 span { border-color: rgb(198,19,0); }

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