Html Css Color HEX #C00908 Free Speech Red

📋 copy color: '#C00908'

red 192 ◦ green 9 ◦ blue 8

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

Shades of Free Speech Red #C00908

Tints of Free Speech Red #C00908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.83%

R = 91.87%
G = 4.31%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C00908 (or 0xC00908) is known color: Free Speech Red. HEX triplet: C0, 09 and 08. RGB value is (192,9,8). Sum of RGB (Red+Green+Blue) = 192+9+8=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00908 is #3FF6F7. Grayscale: #3F3F3F. Windows color (decimal): -4191992 or 526784. OLE color: 526784.

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

Color convert

RGB 192 9 8 -
CMYK 0 0.95 0.96 0.25
HSL 0.33º 0.92% 0.39% -
HSV(B) 0.33º 0.96% 0.75% -
XYZ 21.88 11.42 1.28 -
YUV 63.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 192 9 8 0 0.95 0.96 0.25 0.33 0.92 0.39
Hex C0 9 8 0 5F 60 19 0 5C 27
Octal 300 11 10 0 137 140 31 0 134 47
Binary 11000000 1001 1000 0 1011111 1100000 11001 0 1011100 100111

Color Harmonies of #C00908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00908

Black with #C00908

Text Example


Text Example

White with #C00908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00908; }

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

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

background-color css

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

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

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

border-color css

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

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

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