Html Css Color HEX #C01003 Free Speech Red

📋 copy color: '#C01003'

red 192 ◦ green 16 ◦ blue 3

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

Shades of Free Speech Red #C01003

Tints of Free Speech Red #C01003

RGB

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

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

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

R = 91%
G = 7.58%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C01003 (or 0xC01003) is known color: Free Speech Red. HEX triplet: C0, 10 and 03. RGB value is (192,16,3). Sum of RGB (Red+Green+Blue) = 192+16+3=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C01003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01003 is #3FEFFC. Grayscale: #434343. Windows color (decimal): -4190205 or 200896. OLE color: 200896.

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

Color convert

RGB 192 16 3 -
CMYK 0 0.92 0.98 0.25
HSL 4.13º 0.97% 0.38% -
HSV(B) 4.13º 0.98% 0.75% -
XYZ 21.94 11.58 1.17 -
YUV 67.14 91.81 217.06 -
System Red Green Blue C M Y K H S L
Decimal 192 16 3 0 0.92 0.98 0.25 4.13 0.97 0.38
Hex C0 10 3 0 5C 62 19 4 61 26
Octal 300 20 3 0 134 142 31 4 141 46
Binary 11000000 10000 11 0 1011100 1100010 11001 100 1100001 100110

Color Harmonies of #C01003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01003

Black with #C01003

Text Example


Text Example

White with #C01003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01003; }

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

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

background-color css

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

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

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

border-color css

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

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

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