Html Css Color HEX #C00A03 Free Speech Red

📋 copy color: '#C00A03'

red 192 ◦ green 10 ◦ blue 3

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

Shades of Free Speech Red #C00A03

Tints of Free Speech Red #C00A03

RGB

 RED value IS 192 (75.39% from 255) = 93.66%

 GREEN value IS 10 (4.3% from 255) = 4.88%

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

R = 93.66%
G = 4.88%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00A03 (or 0xC00A03) is known color: Free Speech Red. HEX triplet: C0, 0A and 03. RGB value is (192,10,3). Sum of RGB (Red+Green+Blue) = 192+10+3=205 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.66% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A03 is #3FF5FC. Grayscale: #3F3F3F. Windows color (decimal): -4191741 or 199360. OLE color: 199360.

HSL color Cylindrical-coordinate representation of color #C00A03: hue angle of 2.22º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00A03 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 3 -
CMYK 0 0.95 0.98 0.25
HSL 2.22º 0.97% 0.38% -
HSV(B) 2.22º 0.98% 0.75% -
XYZ 21.86 11.43 1.14 -
YUV 63.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 192 10 3 0 0.95 0.98 0.25 2.22 0.97 0.38
Hex C0 A 3 0 5F 62 19 2 61 26
Octal 300 12 3 0 137 142 31 2 141 46
Binary 11000000 1010 11 0 1011111 1100010 11001 10 1100001 100110

Color Harmonies of #C00A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00A03

Black with #C00A03

Text Example


Text Example

White with #C00A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00A03; }

 p { color: rgb(192,10,3); }

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

background-color css

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

 a { background-color: rgb(192,10,3); }

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

border-color css

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

 span { border-color: rgb(192,10,3); }

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