Html Css Color HEX #C30703 Free Speech Red

📋 copy color: '#C30703'

red 195 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #C30703

Tints of Free Speech Red #C30703

RGB

 RED value IS 195 (76.56% from 255) = 95.12%

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

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

R = 95.12%
G = 3.41%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30703 (or 0xC30703) is known color: Free Speech Red. HEX triplet: C3, 07 and 03. RGB value is (195,7,3). Sum of RGB (Red+Green+Blue) = 195+7+3=205 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.12% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 195 - color contains mainly: red. Hex color #C30703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30703 is #3CF8FC. Grayscale: #3E3E3E. Windows color (decimal): -3995901 or 198595. OLE color: 198595.

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

Color convert

RGB 195 7 3 -
CMYK 0 0.96 0.98 0.24
HSL 1.25º 0.97% 0.39% -
HSV(B) 1.25º 0.98% 0.76% -
XYZ 22.6 11.76 1.17 -
YUV 62.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 195 7 3 0 0.96 0.98 0.24 1.25 0.97 0.39
Hex C3 7 3 0 60 62 18 1 61 27
Octal 303 7 3 0 140 142 30 1 141 47
Binary 11000011 111 11 0 1100000 1100010 11000 1 1100001 100111

Color Harmonies of #C30703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30703

Black with #C30703

Text Example


Text Example

White with #C30703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30703; }

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

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

background-color css

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

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

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

border-color css

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

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

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