Html Css Color HEX #C00702 Free Speech Red

📋 copy color: '#C00702'

red 192 ◦ green 7 ◦ blue 2

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

Shades of Free Speech Red #C00702

Tints of Free Speech Red #C00702

RGB

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

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

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

R = 95.52%
G = 3.48%
B = 1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C00702 (or 0xC00702) is known color: Free Speech Red. HEX triplet: C0, 07 and 02. RGB value is (192,7,2). Sum of RGB (Red+Green+Blue) = 192+7+2=201 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.52% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 192 - color contains mainly: red. Hex color #C00702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00702 is #3FF8FD. Grayscale: #3D3D3D. Windows color (decimal): -4192510 or 133056. OLE color: 133056.

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

Color convert

RGB 192 7 2 -
CMYK 0 0.96 0.99 0.25
HSL 1.58º 0.98% 0.38% -
HSV(B) 1.58º 0.99% 0.75% -
XYZ 21.83 11.36 1.1 -
YUV 61.75 94.29 220.91 -
System Red Green Blue C M Y K H S L
Decimal 192 7 2 0 0.96 0.99 0.25 1.58 0.98 0.38
Hex C0 7 2 0 60 63 19 2 62 26
Octal 300 7 2 0 140 143 31 2 142 46
Binary 11000000 111 10 0 1100000 1100011 11001 10 1100010 100110

Color Harmonies of #C00702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00702

Black with #C00702

Text Example


Text Example

White with #C00702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00702; }

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

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

background-color css

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

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

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

border-color css

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

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

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