Html Css Color HEX #C90603 Free Speech Red

📋 copy color: '#C90603'

red 201 ◦ green 6 ◦ blue 3

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

Shades of Free Speech Red #C90603

Tints of Free Speech Red #C90603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.43%

R = 95.71%
G = 2.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C90603 (or 0xC90603) is known color: Free Speech Red. HEX triplet: C9, 06 and 03. RGB value is (201,6,3). Sum of RGB (Red+Green+Blue) = 201+6+3=210 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.71% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 201 - color contains mainly: red. Hex color #C90603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90603 is #36F9FC. Grayscale: #404040. Windows color (decimal): -3602941 or 198345. OLE color: 198345.

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

Color convert

RGB 201 6 3 -
CMYK 0 0.97 0.99 0.21
HSL 0.91º 0.97% 0.4% -
HSV(B) 0.91º 0.99% 0.79% -
XYZ 24.17 12.55 1.24 -
YUV 63.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 201 6 3 0 0.97 0.99 0.21 0.91 0.97 0.4
Hex C9 6 3 0 61 63 15 1 61 28
Octal 311 6 3 0 141 143 25 1 141 50
Binary 11001001 110 11 0 1100001 1100011 10101 1 1100001 101000

Color Harmonies of #C90603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90603

Black with #C90603

Text Example


Text Example

White with #C90603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90603; }

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

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

background-color css

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

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

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

border-color css

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

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

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