Html Css Color HEX #C61405 Free Speech Red

📋 copy color: '#C61405'

red 198 ◦ green 20 ◦ blue 5

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

Shades of Free Speech Red #C61405

Tints of Free Speech Red #C61405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 88.79%
G = 8.97%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C61405 (or 0xC61405) is known color: Free Speech Red. HEX triplet: C6, 14 and 05. RGB value is (198,20,5). Sum of RGB (Red+Green+Blue) = 198+20+5=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C61405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61405 is #39EBFA. Grayscale: #474747. Windows color (decimal): -3795963 or 332998. OLE color: 332998.

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

Color convert

RGB 198 20 5 -
CMYK 0 0.90 0.97 0.22
HSL 4.66º 0.95% 0.4% -
HSV(B) 4.66º 0.97% 0.78% -
XYZ 23.57 12.52 1.32 -
YUV 71.51 90.47 218.22 -
System Red Green Blue C M Y K H S L
Decimal 198 20 5 0 0.90 0.97 0.22 4.66 0.95 0.4
Hex C6 14 5 0 5A 61 16 5 5F 28
Octal 306 24 5 0 132 141 26 5 137 50
Binary 11000110 10100 101 0 1011010 1100001 10110 101 1011111 101000

Color Harmonies of #C61405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61405

Black with #C61405

Text Example


Text Example

White with #C61405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61405; }

 p { color: rgb(198,20,5); }

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

background-color css

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

 a { background-color: rgb(198,20,5); }

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

border-color css

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

 span { border-color: rgb(198,20,5); }

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