Html Css Color HEX #C00703 Free Speech Red

📋 copy color: '#C00703'

red 192 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #C00703

Tints of Free Speech Red #C00703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 95.05%
G = 3.47%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C00703 (or 0xC00703) is known color: Free Speech Red. HEX triplet: C0, 07 and 03. RGB value is (192,7,3). Sum of RGB (Red+Green+Blue) = 192+7+3=202 (26% of max value = 765). Red value is 192 (75.39% from 255 or 95.05% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 192 - color contains mainly: red. Hex color #C00703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00703 is #3FF8FC. Grayscale: #3E3E3E. Windows color (decimal): -4192509 or 198592. OLE color: 198592.

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

Color convert

RGB 192 7 3 -
CMYK 0 0.96 0.98 0.25
HSL 1.27º 0.97% 0.38% -
HSV(B) 1.27º 0.98% 0.75% -
XYZ 21.83 11.37 1.13 -
YUV 61.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 192 7 3 0 0.96 0.98 0.25 1.27 0.97 0.38
Hex C0 7 3 0 60 62 19 1 61 26
Octal 300 7 3 0 140 142 31 1 141 46
Binary 11000000 111 11 0 1100000 1100010 11001 1 1100001 100110

Color Harmonies of #C00703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00703

Black with #C00703

Text Example


Text Example

White with #C00703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00703; }

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

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

background-color css

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

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

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

border-color css

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

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

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