Html Css Color HEX #C01506 Free Speech Red

📋 copy color: '#C01506'

red 192 ◦ green 21 ◦ blue 6

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

Shades of Free Speech Red #C01506

Tints of Free Speech Red #C01506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 87.67%
G = 9.59%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C01506 (or 0xC01506) is known color: Free Speech Red. HEX triplet: C0, 15 and 06. RGB value is (192,21,6). Sum of RGB (Red+Green+Blue) = 192+21+6=219 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.67% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 192 - color contains mainly: red. Hex color #C01506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01506 is #3FEAF9. Grayscale: #464646. Windows color (decimal): -4188922 or 398784. OLE color: 398784.

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

Color convert

RGB 192 21 6 -
CMYK 0 0.89 0.97 0.25
HSL 4.84º 0.94% 0.39% -
HSV(B) 4.84º 0.97% 0.75% -
XYZ 22.04 11.76 1.28 -
YUV 70.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 192 21 6 0 0.89 0.97 0.25 4.84 0.94 0.39
Hex C0 15 6 0 59 61 19 5 5E 27
Octal 300 25 6 0 131 141 31 5 136 47
Binary 11000000 10101 110 0 1011001 1100001 11001 101 1011110 100111

Color Harmonies of #C01506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01506

Black with #C01506

Text Example


Text Example

White with #C01506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01506; }

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

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

background-color css

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

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

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

border-color css

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

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

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