Html Css Color HEX #C80702 Free Speech Red

📋 copy color: '#C80702'

red 200 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #C80702

Tints of Free Speech Red #C80702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 95.69%
G = 3.35%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C80702 (or 0xC80702) is known color: Free Speech Red. HEX triplet: C8, 07 and 02. RGB value is (200,7,2). Sum of RGB (Red+Green+Blue) = 200+7+2=209 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.69% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 200 - color contains mainly: red. Hex color #C80702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80702 is #37F8FD. Grayscale: #404040. Windows color (decimal): -3668222 or 133064. OLE color: 133064.

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

Color convert

RGB 200 7 2 -
CMYK 0 0.96 0.99 0.22
HSL 1.52º 0.98% 0.4% -
HSV(B) 1.52º 0.99% 0.78% -
XYZ 23.91 12.44 1.2 -
YUV 64.14 92.94 224.91 -
System Red Green Blue C M Y K H S L
Decimal 200 7 2 0 0.96 0.99 0.22 1.52 0.98 0.4
Hex C8 7 2 0 60 63 16 2 62 28
Octal 310 7 2 0 140 143 26 2 142 50
Binary 11001000 111 10 0 1100000 1100011 10110 10 1100010 101000

Color Harmonies of #C80702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80702

Black with #C80702

Text Example


Text Example

White with #C80702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80702; }

 p { color: rgb(200,7,2); }

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

background-color css

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

 a { background-color: rgb(200,7,2); }

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

border-color css

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

 span { border-color: rgb(200,7,2); }

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