Html Css Color HEX #C90800 Free Speech Red

📋 copy color: '#C90800'

red 201 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #C90800

Tints of Free Speech Red #C90800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 96.17%
G = 3.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C90800 (or 0xC90800) is known color: Free Speech Red. HEX triplet: C9, 08 and 00. RGB value is (201,8,0). Sum of RGB (Red+Green+Blue) = 201+8+0=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90800 is #36F7FF. Grayscale: #414141. Windows color (decimal): -3602432 or 2249. OLE color: 2249.

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

Color convert

RGB 201 8 0 -
CMYK 0 0.96 1 0.21
HSL 2.39º 1% 0.39% -
HSV(B) 2.39º 1% 0.79% -
XYZ 24.17 12.59 1.16 -
YUV 64.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 201 8 0 0 0.96 1 0.21 2.39 1 0.39
Hex C9 8 0 0 60 64 15 2 64 27
Octal 311 10 0 0 140 144 25 2 144 47
Binary 11001001 1000 0 0 1100000 1100100 10101 10 1100100 100111

Color Harmonies of #C90800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90800

Black with #C90800

Text Example


Text Example

White with #C90800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90800; }

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

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

background-color css

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

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

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

border-color css

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

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

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