Html Css Color HEX #C60302 Free Speech Red

📋 copy color: '#C60302'

red 198 ◦ green 3 ◦ blue 2

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

Shades of Free Speech Red #C60302

Tints of Free Speech Red #C60302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

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

R = 97.54%
G = 1.48%
B = 0.99%

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

#C60302 (or 0xC60302) is known color: Free Speech Red. HEX triplet: C6, 03 and 02. RGB value is (198,3,2). Sum of RGB (Red+Green+Blue) = 198+3+2=203 (26% of max value = 765). Red value is 198 (77.73% from 255 or 97.54% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 198 - color contains mainly: red. Hex color #C60302 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60302 is #39FCFD. Grayscale: #3D3D3D. Windows color (decimal): -3800318 or 132038. OLE color: 132038.

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

Color convert

RGB 198 3 2 -
CMYK 0 0.98 0.99 0.22
HSL 0.31º 0.98% 0.39% -
HSV(B) 0.31º 0.99% 0.78% -
XYZ 23.33 12.08 1.16 -
YUV 61.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 198 3 2 0 0.98 0.99 0.22 0.31 0.98 0.39
Hex C6 3 2 0 62 63 16 0 62 27
Octal 306 3 2 0 142 143 26 0 142 47
Binary 11000110 11 10 0 1100010 1100011 10110 0 1100010 100111

Color Harmonies of #C60302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60302

Black with #C60302

Text Example


Text Example

White with #C60302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60302; }

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

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

background-color css

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

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

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

border-color css

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

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

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