Html Css Color HEX #C90400 Free Speech Red

📋 copy color: '#C90400'

red 201 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C90400

Tints of Free Speech Red #C90400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 98.05%
G = 1.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C90400 (or 0xC90400) is known color: Free Speech Red. HEX triplet: C9, 04 and 00. RGB value is (201,4,0). Sum of RGB (Red+Green+Blue) = 201+4+0=205 (27% of max value = 765). Red value is 201 (78.91% from 255 or 98.05% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 201 - color contains mainly: red. Hex color #C90400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90400 is #36FBFF. Grayscale: #3E3E3E. Windows color (decimal): -3603456 or 1225. OLE color: 1225.

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

Color convert

RGB 201 4 0 -
CMYK 0 0.98 1 0.21
HSL 1.19º 1% 0.39% -
HSV(B) 1.19º 1% 0.79% -
XYZ 24.13 12.5 1.14 -
YUV 62.45 92.77 226.83 -
System Red Green Blue C M Y K H S L
Decimal 201 4 0 0 0.98 1 0.21 1.19 1 0.39
Hex C9 4 0 0 62 64 15 1 64 27
Octal 311 4 0 0 142 144 25 1 144 47
Binary 11001001 100 0 0 1100010 1100100 10101 1 1100100 100111

Color Harmonies of #C90400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90400

Black with #C90400

Text Example


Text Example

White with #C90400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90400; }

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

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

background-color css

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

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

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

border-color css

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

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

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