Html Css Color HEX #C30A03 Free Speech Red

📋 copy color: '#C30A03'

red 195 ◦ green 10 ◦ blue 3

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

Shades of Free Speech Red #C30A03

Tints of Free Speech Red #C30A03

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 93.75%
G = 4.81%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C30A03 (or 0xC30A03) is known color: Free Speech Red. HEX triplet: C3, 0A and 03. RGB value is (195,10,3). Sum of RGB (Red+Green+Blue) = 195+10+3=208 (27% of max value = 765). Red value is 195 (76.56% from 255 or 93.75% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30A03 is #3CF5FC. Grayscale: #404040. Windows color (decimal): -3995133 or 199363. OLE color: 199363.

HSL color Cylindrical-coordinate representation of color #C30A03: hue angle of 2.19º 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 #C30A03 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 10 3 -
CMYK 0 0.95 0.98 0.24
HSL 2.19º 0.97% 0.39% -
HSV(B) 2.19º 0.98% 0.76% -
XYZ 22.63 11.83 1.18 -
YUV 64.52 93.29 221.07 -
System Red Green Blue C M Y K H S L
Decimal 195 10 3 0 0.95 0.98 0.24 2.19 0.97 0.39
Hex C3 A 3 0 5F 62 18 2 61 27
Octal 303 12 3 0 137 142 30 2 141 47
Binary 11000011 1010 11 0 1011111 1100010 11000 10 1100001 100111

Color Harmonies of #C30A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30A03

Black with #C30A03

Text Example


Text Example

White with #C30A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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