Html Css Color HEX #C81700 Free Speech Red

📋 copy color: '#C81700'

red 200 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #C81700

Tints of Free Speech Red #C81700

RGB

 RED value IS 200 (78.52% from 255) = 89.69%

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 89.69%
G = 10.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C81700 (or 0xC81700) is known color: Free Speech Red. HEX triplet: C8, 17 and 00. RGB value is (200,23,0). Sum of RGB (Red+Green+Blue) = 200+23+0=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C81700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81700 is #37E8FF. Grayscale: #494949. Windows color (decimal): -3664128 or 6088. OLE color: 6088.

HSL color Cylindrical-coordinate representation of color #C81700: hue angle of 6.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C81700 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 23 0 -
CMYK 0 0.88 1 0.22
HSL 6.9º 1% 0.39% -
HSV(B) 6.9º 1% 0.78% -
XYZ 24.13 12.89 1.22 -
YUV 73.3 86.64 218.37 -
System Red Green Blue C M Y K H S L
Decimal 200 23 0 0 0.88 1 0.22 6.9 1 0.39
Hex C8 17 0 0 58 64 16 7 64 27
Octal 310 27 0 0 130 144 26 7 144 47
Binary 11001000 10111 0 0 1011000 1100100 10110 111 1100100 100111

Color Harmonies of #C81700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81700

Black with #C81700

Text Example


Text Example

White with #C81700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81700; }

 p { color: rgb(200,23,0); }

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

background-color css

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

 a { background-color: rgb(200,23,0); }

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

border-color css

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

 span { border-color: rgb(200,23,0); }

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