Html Css Color HEX #C91700 Free Speech Red

📋 copy color: '#C91700'

red 201 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #C91700

Tints of Free Speech Red #C91700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.73%
G = 10.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C91700 (or 0xC91700) is known color: Free Speech Red. HEX triplet: C9, 17 and 00. RGB value is (201,23,0). Sum of RGB (Red+Green+Blue) = 201+23+0=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C91700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91700 is #36E8FF. Grayscale: #494949. Windows color (decimal): -3598592 or 6089. OLE color: 6089.

HSL color Cylindrical-coordinate representation of color #C91700: hue angle of 6.87º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C91700 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 0 -
CMYK 0 0.89 1 0.21
HSL 6.87º 1% 0.39% -
HSV(B) 6.87º 1% 0.79% -
XYZ 24.39 13.03 1.23 -
YUV 73.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 201 23 0 0 0.89 1 0.21 6.87 1 0.39
Hex C9 17 0 0 59 64 15 7 64 27
Octal 311 27 0 0 131 144 25 7 144 47
Binary 11001001 10111 0 0 1011001 1100100 10101 111 1100100 100111

Color Harmonies of #C91700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91700

Black with #C91700

Text Example


Text Example

White with #C91700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91700; }

 p { color: rgb(201,23,0); }

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

background-color css

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

 a { background-color: rgb(201,23,0); }

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

border-color css

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

 span { border-color: rgb(201,23,0); }

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