Html Css Color HEX #C60E03 Free Speech Red

📋 copy color: '#C60E03'

red 198 ◦ green 14 ◦ blue 3

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

Shades of Free Speech Red #C60E03

Tints of Free Speech Red #C60E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

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

R = 92.09%
G = 6.51%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60E03 (or 0xC60E03) is known color: Free Speech Red. HEX triplet: C6, 0E and 03. RGB value is (198,14,3). Sum of RGB (Red+Green+Blue) = 198+14+3=215 (28% of max value = 765). Red value is 198 (77.73% from 255 or 92.09% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 198 - color contains mainly: red. Hex color #C60E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60E03 is #39F1FC. Grayscale: #434343. Windows color (decimal): -3797501 or 200390. OLE color: 200390.

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

Color convert

RGB 198 14 3 -
CMYK 0 0.93 0.98 0.22
HSL 3.38º 0.97% 0.39% -
HSV(B) 3.38º 0.98% 0.78% -
XYZ 23.46 12.33 1.23 -
YUV 67.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 198 14 3 0 0.93 0.98 0.22 3.38 0.97 0.39
Hex C6 E 3 0 5D 62 16 3 61 27
Octal 306 16 3 0 135 142 26 3 141 47
Binary 11000110 1110 11 0 1011101 1100010 10110 11 1100001 100111

Color Harmonies of #C60E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60E03

Black with #C60E03

Text Example


Text Example

White with #C60E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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