Html Css Color HEX #C00906 Free Speech Red

📋 copy color: '#C00906'

red 192 ◦ green 9 ◦ blue 6

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

Shades of Free Speech Red #C00906

Tints of Free Speech Red #C00906

RGB

 RED value IS 192 (75.39% from 255) = 92.75%

 GREEN value IS 9 (3.91% from 255) = 4.35%

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 92.75%
G = 4.35%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C00906 (or 0xC00906) is known color: Free Speech Red. HEX triplet: C0, 09 and 06. RGB value is (192,9,6). Sum of RGB (Red+Green+Blue) = 192+9+6=207 (27% of max value = 765). Red value is 192 (75.39% from 255 or 92.75% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 192 - color contains mainly: red. Hex color #C00906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00906 is #3FF6F9. Grayscale: #3F3F3F. Windows color (decimal): -4191994 or 395712. OLE color: 395712.

HSL color Cylindrical-coordinate representation of color #C00906: hue angle of 0.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00906 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 6 -
CMYK 0 0.95 0.97 0.25
HSL 0.97º 0.94% 0.39% -
HSV(B) 0.97º 0.97% 0.75% -
XYZ 21.87 11.41 1.22 -
YUV 63.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 192 9 6 0 0.95 0.97 0.25 0.97 0.94 0.39
Hex C0 9 6 0 5F 61 19 1 5E 27
Octal 300 11 6 0 137 141 31 1 136 47
Binary 11000000 1001 110 0 1011111 1100001 11001 1 1011110 100111

Color Harmonies of #C00906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00906

Black with #C00906

Text Example


Text Example

White with #C00906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00906; }

 p { color: rgb(192,9,6); }

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

background-color css

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

 a { background-color: rgb(192,9,6); }

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

border-color css

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

 span { border-color: rgb(192,9,6); }

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