Html Css Color HEX #C91209 Free Speech Red

📋 copy color: '#C91209'

red 201 ◦ green 18 ◦ blue 9

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

Shades of Free Speech Red #C91209

Tints of Free Speech Red #C91209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 88.16%
G = 7.89%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C91209 (or 0xC91209) is known color: Free Speech Red. HEX triplet: C9, 12 and 09. RGB value is (201,18,9). Sum of RGB (Red+Green+Blue) = 201+18+9=228 (30% of max value = 765). Red value is 201 (78.91% from 255 or 88.16% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 201 - color contains mainly: red. Hex color #C91209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91209 is #36EDF6. Grayscale: #474747. Windows color (decimal): -3599863 or 594633. OLE color: 594633.

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

Color convert

RGB 201 18 9 -
CMYK 0 0.91 0.96 0.21
HSL 2.81º 0.91% 0.41% -
HSV(B) 2.81º 0.96% 0.79% -
XYZ 24.35 12.87 1.46 -
YUV 71.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 201 18 9 0 0.91 0.96 0.21 2.81 0.91 0.41
Hex C9 12 9 0 5B 60 15 3 5B 29
Octal 311 22 11 0 133 140 25 3 133 51
Binary 11001001 10010 1001 0 1011011 1100000 10101 11 1011011 101001

Color Harmonies of #C91209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91209

Black with #C91209

Text Example


Text Example

White with #C91209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91209; }

 p { color: rgb(201,18,9); }

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

background-color css

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

 a { background-color: rgb(201,18,9); }

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

border-color css

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

 span { border-color: rgb(201,18,9); }

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