Html Css Color HEX #C80F08 Free Speech Red

📋 copy color: '#C80F08'

red 200 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #C80F08

Tints of Free Speech Red #C80F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

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

R = 89.69%
G = 6.73%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80F08 (or 0xC80F08) is known color: Free Speech Red. HEX triplet: C8, 0F and 08. RGB value is (200,15,8). Sum of RGB (Red+Green+Blue) = 200+15+8=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80F08 is #37F0F7. Grayscale: #454545. Windows color (decimal): -3666168 or 528328. OLE color: 528328.

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

Color convert

RGB 200 15 8 -
CMYK 0 0.92 0.96 0.22
HSL 2.19º 0.92% 0.41% -
HSV(B) 2.19º 0.96% 0.78% -
XYZ 24.03 12.64 1.4 -
YUV 69.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 200 15 8 0 0.92 0.96 0.22 2.19 0.92 0.41
Hex C8 F 8 0 5C 60 16 2 5C 29
Octal 310 17 10 0 134 140 26 2 134 51
Binary 11001000 1111 1000 0 1011100 1100000 10110 10 1011100 101001

Color Harmonies of #C80F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80F08

Black with #C80F08

Text Example


Text Example

White with #C80F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80F08; }

 p { color: rgb(200,15,8); }

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

background-color css

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

 a { background-color: rgb(200,15,8); }

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

border-color css

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

 span { border-color: rgb(200,15,8); }

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