Html Css Color HEX #C90300 Free Speech Red

📋 copy color: '#C90300'

red 201 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #C90300

Tints of Free Speech Red #C90300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 98.53%
G = 1.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C90300 (or 0xC90300) is known color: Free Speech Red. HEX triplet: C9, 03 and 00. RGB value is (201,3,0). Sum of RGB (Red+Green+Blue) = 201+3+0=204 (27% of max value = 765). Red value is 201 (78.91% from 255 or 98.53% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 201 - color contains mainly: red. Hex color #C90300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90300 is #36FCFF. Grayscale: #3E3E3E. Windows color (decimal): -3603712 or 969. OLE color: 969.

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

Color convert

RGB 201 3 0 -
CMYK 0 0.99 1 0.21
HSL 0.9º 1% 0.39% -
HSV(B) 0.9º 1% 0.79% -
XYZ 24.12 12.48 1.14 -
YUV 61.86 93.1 227.24 -
System Red Green Blue C M Y K H S L
Decimal 201 3 0 0 0.99 1 0.21 0.9 1 0.39
Hex C9 3 0 0 63 64 15 1 64 27
Octal 311 3 0 0 143 144 25 1 144 47
Binary 11001001 11 0 0 1100011 1100100 10101 1 1100100 100111

Color Harmonies of #C90300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90300

Black with #C90300

Text Example


Text Example

White with #C90300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90300; }

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

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

background-color css

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

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

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

border-color css

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

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

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