Html Css Color HEX #C60402 Free Speech Red

📋 copy color: '#C60402'

red 198 ◦ green 4 ◦ blue 2

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

Shades of Free Speech Red #C60402

Tints of Free Speech Red #C60402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.96%

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

R = 97.06%
G = 1.96%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C60402 (or 0xC60402) is known color: Free Speech Red. HEX triplet: C6, 04 and 02. RGB value is (198,4,2). Sum of RGB (Red+Green+Blue) = 198+4+2=204 (27% of max value = 765). Red value is 198 (77.73% from 255 or 97.06% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 198 - color contains mainly: red. Hex color #C60402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60402 is #39FBFD. Grayscale: #3D3D3D. Windows color (decimal): -3800062 or 132294. OLE color: 132294.

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

Color convert

RGB 198 4 2 -
CMYK 0 0.98 0.99 0.22
HSL 0.61º 0.98% 0.39% -
HSV(B) 0.61º 0.99% 0.78% -
XYZ 23.34 12.1 1.16 -
YUV 61.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 198 4 2 0 0.98 0.99 0.22 0.61 0.98 0.39
Hex C6 4 2 0 62 63 16 1 62 27
Octal 306 4 2 0 142 143 26 1 142 47
Binary 11000110 100 10 0 1100010 1100011 10110 1 1100010 100111

Color Harmonies of #C60402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60402

Black with #C60402

Text Example


Text Example

White with #C60402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60402; }

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

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

background-color css

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

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

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

border-color css

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

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

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