Html Css Color HEX #C61504 Free Speech Red

📋 copy color: '#C61504'

red 198 ◦ green 21 ◦ blue 4

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

Shades of Free Speech Red #C61504

Tints of Free Speech Red #C61504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 88.79%
G = 9.42%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C61504 (or 0xC61504) is known color: Free Speech Red. HEX triplet: C6, 15 and 04. RGB value is (198,21,4). Sum of RGB (Red+Green+Blue) = 198+21+4=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C61504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61504 is #39EAFB. Grayscale: #484848. Windows color (decimal): -3795708 or 267718. OLE color: 267718.

HSL color Cylindrical-coordinate representation of color #C61504: hue angle of 5.26º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C61504 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 4 -
CMYK 0 0.89 0.98 0.22
HSL 5.26º 0.96% 0.4% -
HSV(B) 5.26º 0.98% 0.78% -
XYZ 23.58 12.55 1.29 -
YUV 71.99 89.64 217.88 -
System Red Green Blue C M Y K H S L
Decimal 198 21 4 0 0.89 0.98 0.22 5.26 0.96 0.4
Hex C6 15 4 0 59 62 16 5 60 28
Octal 306 25 4 0 131 142 26 5 140 50
Binary 11000110 10101 100 0 1011001 1100010 10110 101 1100000 101000

Color Harmonies of #C61504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61504

Black with #C61504

Text Example


Text Example

White with #C61504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61504; }

 p { color: rgb(198,21,4); }

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

background-color css

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

 a { background-color: rgb(198,21,4); }

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

border-color css

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

 span { border-color: rgb(198,21,4); }

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