Html Css Color HEX #C91306 Free Speech Red

📋 copy color: '#C91306'

red 201 ◦ green 19 ◦ blue 6

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

Shades of Free Speech Red #C91306

Tints of Free Speech Red #C91306

RGB

 RED value IS 201 (78.91% from 255) = 88.94%

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 88.94%
G = 8.41%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C91306 (or 0xC91306) is known color: Free Speech Red. HEX triplet: C9, 13 and 06. RGB value is (201,19,6). Sum of RGB (Red+Green+Blue) = 201+19+6=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C91306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91306 is #36ECF9. Grayscale: #484848. Windows color (decimal): -3599610 or 398281. OLE color: 398281.

HSL color Cylindrical-coordinate representation of color #C91306: hue angle of 4º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C91306 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 6 -
CMYK 0 0.91 0.97 0.21
HSL 0.94% 0.41% -
HSV(B) 0.97% 0.79% -
XYZ 24.35 12.9 1.38 -
YUV 71.94 90.8 220.06 -
System Red Green Blue C M Y K H S L
Decimal 201 19 6 0 0.91 0.97 0.21 4 0.94 0.41
Hex C9 13 6 0 5B 61 15 4 5E 29
Octal 311 23 6 0 133 141 25 4 136 51
Binary 11001001 10011 110 0 1011011 1100001 10101 100 1011110 101001

Color Harmonies of #C91306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91306

Black with #C91306

Text Example


Text Example

White with #C91306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91306; }

 p { color: rgb(201,19,6); }

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

background-color css

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

 a { background-color: rgb(201,19,6); }

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

border-color css

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

 span { border-color: rgb(201,19,6); }

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