Html Css Color HEX #C90600 Free Speech Red

📋 copy color: '#C90600'

red 201 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #C90600

Tints of Free Speech Red #C90600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 97.1%
G = 2.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C90600 (or 0xC90600) is known color: Free Speech Red. HEX triplet: C9, 06 and 00. RGB value is (201,6,0). Sum of RGB (Red+Green+Blue) = 201+6+0=207 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.10% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 201 - color contains mainly: red. Hex color #C90600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90600 is #36F9FF. Grayscale: #3F3F3F. Windows color (decimal): -3602944 or 1737. OLE color: 1737.

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

Color convert

RGB 201 6 0 -
CMYK 0 0.97 1 0.21
HSL 1.79º 1% 0.39% -
HSV(B) 1.79º 1% 0.79% -
XYZ 24.15 12.55 1.15 -
YUV 63.62 92.1 225.99 -
System Red Green Blue C M Y K H S L
Decimal 201 6 0 0 0.97 1 0.21 1.79 1 0.39
Hex C9 6 0 0 61 64 15 2 64 27
Octal 311 6 0 0 141 144 25 2 144 47
Binary 11001001 110 0 0 1100001 1100100 10101 10 1100100 100111

Color Harmonies of #C90600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90600

Black with #C90600

Text Example


Text Example

White with #C90600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90600; }

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

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

background-color css

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

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

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

border-color css

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

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

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