Html Css Color HEX #C01202 Free Speech Red

📋 copy color: '#C01202'

red 192 ◦ green 18 ◦ blue 2

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

Shades of Free Speech Red #C01202

Tints of Free Speech Red #C01202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 90.57%
G = 8.49%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C01202 (or 0xC01202) is known color: Free Speech Red. HEX triplet: C0, 12 and 02. RGB value is (192,18,2). Sum of RGB (Red+Green+Blue) = 192+18+2=212 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.57% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 192 - color contains mainly: red. Hex color #C01202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01202 is #3FEDFD. Grayscale: #444444. Windows color (decimal): -4189694 or 135872. OLE color: 135872.

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

Color convert

RGB 192 18 2 -
CMYK 0 0.91 0.99 0.25
HSL 5.05º 0.98% 0.38% -
HSV(B) 5.05º 0.99% 0.75% -
XYZ 21.97 11.64 1.15 -
YUV 68.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 192 18 2 0 0.91 0.99 0.25 5.05 0.98 0.38
Hex C0 12 2 0 5B 63 19 5 62 26
Octal 300 22 2 0 133 143 31 5 142 46
Binary 11000000 10010 10 0 1011011 1100011 11001 101 1100010 100110

Color Harmonies of #C01202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01202

Black with #C01202

Text Example


Text Example

White with #C01202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01202; }

 p { color: rgb(192,18,2); }

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

background-color css

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

 a { background-color: rgb(192,18,2); }

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

border-color css

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

 span { border-color: rgb(192,18,2); }

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