Html Css Color HEX #C90E06 Free Speech Red

📋 copy color: '#C90E06'

red 201 ◦ green 14 ◦ blue 6

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

Shades of Free Speech Red #C90E06

Tints of Free Speech Red #C90E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 90.95%
G = 6.33%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C90E06 (or 0xC90E06) is known color: Free Speech Red. HEX triplet: C9, 0E and 06. RGB value is (201,14,6). Sum of RGB (Red+Green+Blue) = 201+14+6=221 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.95% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90E06 is #36F1F9. Grayscale: #454545. Windows color (decimal): -3600890 or 397001. OLE color: 397001.

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

Color convert

RGB 201 14 6 -
CMYK 0 0.93 0.97 0.21
HSL 2.46º 0.94% 0.41% -
HSV(B) 2.46º 0.97% 0.79% -
XYZ 24.28 12.74 1.35 -
YUV 69 92.45 222.15 -
System Red Green Blue C M Y K H S L
Decimal 201 14 6 0 0.93 0.97 0.21 2.46 0.94 0.41
Hex C9 E 6 0 5D 61 15 2 5E 29
Octal 311 16 6 0 135 141 25 2 136 51
Binary 11001001 1110 110 0 1011101 1100001 10101 10 1011110 101001

Color Harmonies of #C90E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90E06

Black with #C90E06

Text Example


Text Example

White with #C90E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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