Html Css Color HEX #C00202 Free Speech Red

📋 copy color: '#C00202'

red 192 ◦ green 2 ◦ blue 2

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

Shades of Free Speech Red #C00202

Tints of Free Speech Red #C00202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 97.96%
G = 1.02%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00202 (or 0xC00202) is known color: Free Speech Red. HEX triplet: C0, 02 and 02. RGB value is (192,2,2). Sum of RGB (Red+Green+Blue) = 192+2+2=196 (25% of max value = 765). Red value is 192 (75.39% from 255 or 97.96% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 192 - color contains mainly: red. Hex color #C00202 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00202 is #3FFDFD. Grayscale: #3A3A3A. Windows color (decimal): -4193790 or 131776. OLE color: 131776.

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

Color convert

RGB 192 2 2 -
CMYK 0 0.99 0.99 0.25
HSL 0.98% 0.38% -
HSV(B) 0.99% 0.75% -
XYZ 21.77 11.25 1.08 -
YUV 58.81 95.95 223 -
System Red Green Blue C M Y K H S L
Decimal 192 2 2 0 0.99 0.99 0.25 0 0.98 0.38
Hex C0 2 2 0 63 63 19 0 62 26
Octal 300 2 2 0 143 143 31 0 142 46
Binary 11000000 10 10 0 1100011 1100011 11001 0 1100010 100110

Color Harmonies of #C00202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00202

Black with #C00202

Text Example


Text Example

White with #C00202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00202; }

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

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

background-color css

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

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

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

border-color css

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

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

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