Html Css Color HEX #C61A03 Free Speech Red

📋 copy color: '#C61A03'

red 198 ◦ green 26 ◦ blue 3

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

Shades of Free Speech Red #C61A03

Tints of Free Speech Red #C61A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 87.22%
G = 11.45%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C61A03 (or 0xC61A03) is known color: Free Speech Red. HEX triplet: C6, 1A and 03. RGB value is (198,26,3). Sum of RGB (Red+Green+Blue) = 198+26+3=227 (30% of max value = 765). Red value is 198 (77.73% from 255 or 87.22% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A03 is #39E5FC. Grayscale: #4B4B4B. Windows color (decimal): -3794429 or 203462. OLE color: 203462.

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

Color convert

RGB 198 26 3 -
CMYK 0 0.87 0.98 0.22
HSL 7.08º 0.97% 0.39% -
HSV(B) 7.08º 0.98% 0.78% -
XYZ 23.67 12.75 1.3 -
YUV 74.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 198 26 3 0 0.87 0.98 0.22 7.08 0.97 0.39
Hex C6 1A 3 0 57 62 16 7 61 27
Octal 306 32 3 0 127 142 26 7 141 47
Binary 11000110 11010 11 0 1010111 1100010 10110 111 1100001 100111

Color Harmonies of #C61A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A03

Black with #C61A03

Text Example


Text Example

White with #C61A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A03; }

 p { color: rgb(198,26,3); }

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

background-color css

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

 a { background-color: rgb(198,26,3); }

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

border-color css

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

 span { border-color: rgb(198,26,3); }

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