Html Css Color HEX #C01502 Free Speech Red

📋 copy color: '#C01502'

red 192 ◦ green 21 ◦ blue 2

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

Shades of Free Speech Red #C01502

Tints of Free Speech Red #C01502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 89.3%
G = 9.77%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C01502 (or 0xC01502) is known color: Free Speech Red. HEX triplet: C0, 15 and 02. RGB value is (192,21,2). Sum of RGB (Red+Green+Blue) = 192+21+2=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C01502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01502 is #3FEAFD. Grayscale: #464646. Windows color (decimal): -4188926 or 136640. OLE color: 136640.

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

Color convert

RGB 192 21 2 -
CMYK 0 0.89 0.99 0.25
HSL 0.98% 0.38% -
HSV(B) 0.99% 0.75% -
XYZ 22.02 11.75 1.16 -
YUV 69.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 192 21 2 0 0.89 0.99 0.25 6 0.98 0.38
Hex C0 15 2 0 59 63 19 6 62 26
Octal 300 25 2 0 131 143 31 6 142 46
Binary 11000000 10101 10 0 1011001 1100011 11001 110 1100010 100110

Color Harmonies of #C01502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01502

Black with #C01502

Text Example


Text Example

White with #C01502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01502; }

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

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

background-color css

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

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

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

border-color css

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

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

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