Html Css Color HEX #C61002 Free Speech Red

📋 copy color: '#C61002'

red 198 ◦ green 16 ◦ blue 2

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

Shades of Free Speech Red #C61002

Tints of Free Speech Red #C61002

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 91.67%
G = 7.41%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C61002 (or 0xC61002) is known color: Free Speech Red. HEX triplet: C6, 10 and 02. RGB value is (198,16,2). Sum of RGB (Red+Green+Blue) = 198+16+2=216 (28% of max value = 765). Red value is 198 (77.73% from 255 or 91.67% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 198 - color contains mainly: red. Hex color #C61002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61002 is #39EFFD. Grayscale: #454545. Windows color (decimal): -3796990 or 135366. OLE color: 135366.

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

Color convert

RGB 198 16 2 -
CMYK 0 0.92 0.99 0.22
HSL 4.29º 0.98% 0.39% -
HSV(B) 4.29º 0.99% 0.78% -
XYZ 23.48 12.38 1.21 -
YUV 68.82 90.3 220.14 -
System Red Green Blue C M Y K H S L
Decimal 198 16 2 0 0.92 0.99 0.22 4.29 0.98 0.39
Hex C6 10 2 0 5C 63 16 4 62 27
Octal 306 20 2 0 134 143 26 4 142 47
Binary 11000110 10000 10 0 1011100 1100011 10110 100 1100010 100111

Color Harmonies of #C61002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61002

Black with #C61002

Text Example


Text Example

White with #C61002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61002; }

 p { color: rgb(198,16,2); }

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

background-color css

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

 a { background-color: rgb(198,16,2); }

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

border-color css

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

 span { border-color: rgb(198,16,2); }

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