Html Css Color HEX #C91300 Free Speech Red

📋 copy color: '#C91300'

red 201 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #C91300

Tints of Free Speech Red #C91300

RGB

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

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

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

R = 91.36%
G = 8.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C91300 (or 0xC91300) is known color: Free Speech Red. HEX triplet: C9, 13 and 00. RGB value is (201,19,0). Sum of RGB (Red+Green+Blue) = 201+19+0=220 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.36% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 201 - color contains mainly: red. Hex color #C91300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91300 is #36ECFF. Grayscale: #474747. Windows color (decimal): -3599616 or 5065. OLE color: 5065.

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

Color convert

RGB 201 19 0 -
CMYK 0 0.91 1 0.21
HSL 5.67º 1% 0.39% -
HSV(B) 5.67º 1% 0.79% -
XYZ 24.32 12.88 1.2 -
YUV 71.25 87.8 220.54 -
System Red Green Blue C M Y K H S L
Decimal 201 19 0 0 0.91 1 0.21 5.67 1 0.39
Hex C9 13 0 0 5B 64 15 6 64 27
Octal 311 23 0 0 133 144 25 6 144 47
Binary 11001001 10011 0 0 1011011 1100100 10101 110 1100100 100111

Color Harmonies of #C91300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91300

Black with #C91300

Text Example


Text Example

White with #C91300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91300; }

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

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

background-color css

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

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

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

border-color css

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

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

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