Html Css Color HEX #C90605 Free Speech Red

📋 copy color: '#C90605'

red 201 ◦ green 6 ◦ blue 5

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

Shades of Free Speech Red #C90605

Tints of Free Speech Red #C90605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 94.81%
G = 2.83%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C90605 (or 0xC90605) is known color: Free Speech Red. HEX triplet: C9, 06 and 05. RGB value is (201,6,5). Sum of RGB (Red+Green+Blue) = 201+6+5=212 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.81% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 201 - color contains mainly: red. Hex color #C90605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90605 is #36F9FA. Grayscale: #404040. Windows color (decimal): -3602939 or 329417. OLE color: 329417.

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

Color convert

RGB 201 6 5 -
CMYK 0 0.97 0.98 0.21
HSL 0.31º 0.95% 0.4% -
HSV(B) 0.31º 0.98% 0.79% -
XYZ 24.18 12.56 1.29 -
YUV 64.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 201 6 5 0 0.97 0.98 0.21 0.31 0.95 0.4
Hex C9 6 5 0 61 62 15 0 5F 28
Octal 311 6 5 0 141 142 25 0 137 50
Binary 11001001 110 101 0 1100001 1100010 10101 0 1011111 101000

Color Harmonies of #C90605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90605

Black with #C90605

Text Example


Text Example

White with #C90605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90605; }

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

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

background-color css

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

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

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

border-color css

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

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

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