Html Css Color HEX #C90602 Free Speech Red

📋 copy color: '#C90602'

red 201 ◦ green 6 ◦ blue 2

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

Shades of Free Speech Red #C90602

Tints of Free Speech Red #C90602

RGB

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

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

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

R = 96.17%
G = 2.87%
B = 0.96%

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

#C90602 (or 0xC90602) is known color: Free Speech Red. HEX triplet: C9, 06 and 02. RGB value is (201,6,2). Sum of RGB (Red+Green+Blue) = 201+6+2=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90602 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90602 is #36F9FD. Grayscale: #404040. Windows color (decimal): -3602942 or 132809. OLE color: 132809.

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

Color convert

RGB 201 6 2 -
CMYK 0 0.97 0.99 0.21
HSL 1.21º 0.98% 0.4% -
HSV(B) 1.21º 0.99% 0.79% -
XYZ 24.16 12.55 1.21 -
YUV 63.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 201 6 2 0 0.97 0.99 0.21 1.21 0.98 0.4
Hex C9 6 2 0 61 63 15 1 62 28
Octal 311 6 2 0 141 143 25 1 142 50
Binary 11001001 110 10 0 1100001 1100011 10101 1 1100010 101000

Color Harmonies of #C90602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90602

Black with #C90602

Text Example


Text Example

White with #C90602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90602; }

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

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

background-color css

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

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

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

border-color css

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

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

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