Html Css Color HEX #C91307 Free Speech Red

📋 copy color: '#C91307'

red 201 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #C91307

Tints of Free Speech Red #C91307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 88.55%
G = 8.37%
B = 3.08%

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

#C91307 (or 0xC91307) is known color: Free Speech Red. HEX triplet: C9, 13 and 07. RGB value is (201,19,7). Sum of RGB (Red+Green+Blue) = 201+19+7=227 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.55% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 201 - color contains mainly: red. Hex color #C91307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91307 is #36ECF8. Grayscale: #484848. Windows color (decimal): -3599609 or 463817. OLE color: 463817.

HSL color Cylindrical-coordinate representation of color #C91307: hue angle of 3.71º degrees, saturation: 0.93, 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 #C91307 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 19 7 -
CMYK 0 0.91 0.97 0.21
HSL 3.71º 0.93% 0.41% -
HSV(B) 3.71º 0.97% 0.79% -
XYZ 24.36 12.9 1.41 -
YUV 72.05 91.3 219.98 -
System Red Green Blue C M Y K H S L
Decimal 201 19 7 0 0.91 0.97 0.21 3.71 0.93 0.41
Hex C9 13 7 0 5B 61 15 4 5D 29
Octal 311 23 7 0 133 141 25 4 135 51
Binary 11001001 10011 111 0 1011011 1100001 10101 100 1011101 101001

Color Harmonies of #C91307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91307

Black with #C91307

Text Example


Text Example

White with #C91307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91307; }

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

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

background-color css

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

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

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

border-color css

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

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

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