Html Css Color HEX #C91009 Free Speech Red

📋 copy color: '#C91009'

red 201 ◦ green 16 ◦ blue 9

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

Shades of Free Speech Red #C91009

Tints of Free Speech Red #C91009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 88.94%
G = 7.08%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C91009 (or 0xC91009) is known color: Free Speech Red. HEX triplet: C9, 10 and 09. RGB value is (201,16,9). Sum of RGB (Red+Green+Blue) = 201+16+9=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C91009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91009 is #36EFF6. Grayscale: #464646. Windows color (decimal): -3600375 or 594121. OLE color: 594121.

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

Color convert

RGB 201 16 9 -
CMYK 0 0.92 0.96 0.21
HSL 2.19º 0.91% 0.41% -
HSV(B) 2.19º 0.96% 0.79% -
XYZ 24.32 12.81 1.45 -
YUV 70.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 201 16 9 0 0.92 0.96 0.21 2.19 0.91 0.41
Hex C9 10 9 0 5C 60 15 2 5B 29
Octal 311 20 11 0 134 140 25 2 133 51
Binary 11001001 10000 1001 0 1011100 1100000 10101 10 1011011 101001

Color Harmonies of #C91009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91009

Black with #C91009

Text Example


Text Example

White with #C91009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91009; }

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

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

background-color css

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

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

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

border-color css

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

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

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