Html Css Color HEX #C90502 Free Speech Red

📋 copy color: '#C90502'

red 201 ◦ green 5 ◦ blue 2

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

Shades of Free Speech Red #C90502

Tints of Free Speech Red #C90502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 96.63%
G = 2.4%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C90502 (or 0xC90502) is known color: Free Speech Red. HEX triplet: C9, 05 and 02. RGB value is (201,5,2). Sum of RGB (Red+Green+Blue) = 201+5+2=208 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.63% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 201 - color contains mainly: red. Hex color #C90502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90502 is #36FAFD. Grayscale: #3F3F3F. Windows color (decimal): -3603198 or 132553. OLE color: 132553.

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

Color convert

RGB 201 5 2 -
CMYK 0 0.98 0.99 0.21
HSL 0.9º 0.98% 0.4% -
HSV(B) 0.9º 0.99% 0.79% -
XYZ 24.15 12.53 1.2 -
YUV 63.26 93.43 226.24 -
System Red Green Blue C M Y K H S L
Decimal 201 5 2 0 0.98 0.99 0.21 0.9 0.98 0.4
Hex C9 5 2 0 62 63 15 1 62 28
Octal 311 5 2 0 142 143 25 1 142 50
Binary 11001001 101 10 0 1100010 1100011 10101 1 1100010 101000

Color Harmonies of #C90502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90502

Black with #C90502

Text Example


Text Example

White with #C90502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90502; }

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

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

background-color css

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

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

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

border-color css

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

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

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